play
Start or resume Spotify playback on any device. Target specific tracks, albums, playlists, or artists, and choose the starting position.
Instructions
Start or resume playback. Optionally target specific content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| uris | No | Up to 100 track/episode URIs to play as an ad-hoc queue | |
| offset | No | Index within an album/playlist context to start from. Ignored for ad-hoc uris; not valid for artist contexts (use offset_uri instead). | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Target device ID; uses active device if omitted | |
| offset_uri | No | Track URI inside the context to start from — required for artist contexts, where a numeric index is rejected | |
| context_uri | No | Spotify URI for an album, artist, or playlist | |
| position_ms | No | Seek position to start at (ms) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |