get_show_latest_episode
Retrieve the most recent episode of a show, including duration, description, and resume point.
Instructions
Return the single newest episode of a show with duration, description, and resume point — 'what dropped last?' in one GET. Defaults to 'concise' prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market for availability | |
| show_id | Yes | Show ID, spotify:show: URI, or open.spotify.com/show URL | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |