play_at
Start Spotify playback at a specific position. Provide a timestamp (H:MM:SS, MM:SS, or seconds) or milliseconds to begin playing from that exact point in a track, episode, or context.
Instructions
Start playback at a specific position — accepts H:MM:SS / MM:SS / seconds string or position_ms. Wraps PUT /me/player/play with offset/position_ms. 🟢 (1 write).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| at | No | Position as "1:23" or "01:02:03" or "90" seconds | |
| uris | No | Track/episode URIs | |
| offset | No | Offset index within context | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Target device id | |
| offset_uri | No | Offset URI within context to start at | |
| context_uri | No | Context URI (playlist/album URI) — XOR uris | |
| position_ms | No | Position in ms (alternative to at) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |