list_show_episodes
List a podcast's episodes in reverse chronological order, showing duration and release date. Paginate to browse the full episode list.
Instructions
Page one show's episode list newest-first with duration and release date — the browse view for a single podcast. Default limit 20, 'concise' prose. Canonical for GET /shows/{id}/episodes; get_show_episodes is a deprecated alias. Also covers: paged podcast episodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market for availability, e.g. 'US' | |
| offset | No | Offset into the episode list. Default 0 | |
| show_id | Yes | Show ID, spotify:show: URI, or open.spotify.com/show URL | |
| max_results | No | Max items to return (default: SPOTIFY_MCP_MAX_ITEMS env or 50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |