track_release_origin
Finds the earliest release containing a track by scanning an artist's catalog chronologically, including later reappearances. Helps trace a song's origin across albums, singles, and compilations.
Instructions
Find where a track first appeared: walks an artist's releases chronologically and reports the earliest album/single/compilation containing the track, plus later re-appearances. Quota: 🔴 paginated walk + batched /albums lookups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artist_id | Yes | Spotify artist ID, URI, or URL | |
| track_name | Yes | Track title to locate (case-insensitive) | |
| max_releases | No | Releases to scan. Default: 60 | |
| response_format | No | 'concise' = human prose, 'detailed' = more fields in prose, 'json' = raw API object | concise |