get_show_latest_episode
Retrieve a podcast show's most recent episode with duration, description, and resume point. Pass a show ID to see what dropped last.
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, e.g. 'US' | |
| 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 |