play_from_search
Search Spotify by name and immediately play the best matching track or episode. Works for songs and podcasts without needing a URI.
Instructions
Search Spotify by name and immediately play the best match. Works for songs and podcast episodes — no URI needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Search text, e.g. a song title or podcast episode name | |
| market | No | ISO 3166-1 alpha-2 country code — affects availability/relinking of results; defaults to the account market | |
| dry_run | No | Preview only: validate inputs and describe exactly what would change without performing it | |
| device_id | No | Target device ID; uses active device if omitted | |
| search_type | No | What to search for: 'track' (song) or 'episode' (podcast episode) | track |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |