subscribe_to_show
Save one or more shows to your Spotify library. Preview the plan by default, then pass dry_run=false to commit.
Instructions
Save one or more shows to your library (PUT /me/shows) — previews a deterministic PLAN by default; pass dry_run=false to commit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | Preview only: perform the read side and return a PLAN without changing anything. Default true — pass false to commit. | |
| show_ids | Yes | Show IDs/URIs to save (1–50) | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |