---
title: "Instructs a session to play an item."
method: POST
path: "/Sessions/{sessionId}/Playing"
tags: ["Session"]
---

# Instructs a session to play an item.

`POST /Sessions/{sessionId}/Playing`

## Path parameters

- `sessionId` string, required — The session id.

## Query parameters

- `playCommand` 'PlayNow' | 'PlayNext' | 'PlayLast' | 'PlayInstantMix' | 'PlayShuffle', required — Enum PlayCommand.
- `itemIds` string[], required — The ids of the items to play, comma delimited.
- `startPositionTicks` integer, nullable — The starting position of the first item.

## Response `204`

Instruction sent to session.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/jellyfin/apis/jellyfin-api.md) · [All operations](https://skmtc.net/jellyfin/apis/jellyfin-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jellyfin/jellyfin-api/versions/eb6f75af7066/schema)
