queue_next_episode
Find the next unplayed episode in a show's recent history and add it to the queue, skipping any recently played or fully played episodes.
Instructions
Find the next unplayed episode of a show (not in recently-played and not fully played) within an episodes_back lookahead and queue it — podcast binge glue. Quota: 🟡 2-3 reads + 1 write (POST /me/player/queue).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| show_id | Yes | Show ID (or spotify:show: URI) | |
| device_id | No | Target device id for the queue add | |
| episodes_back | No | How many of the newest episodes to look back through (default 10) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |