get_episode_details
Retrieve complete metadata for a single Spotify episode, including duration, release date, resume point, show, and description. Choose concise, detailed, or raw JSON output to fit your needs.
Instructions
Fetch full metadata for one episode (duration, release date, resume point, show, description). Defaults to 'concise' prose.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | No | ISO 3166-1 alpha-2 market for availability, e.g. 'US' | |
| episode_id | Yes | Episode ID, spotify:episode: URI, or open.spotify.com/episode URL | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |