get_album_tracks
Access detailed track listings for any Spotify album, including song titles, durations, preview URLs, and artist credits. Use to build playlists, analyze album structure, or discover hidden tracks from your favorite albums.
Instructions
Retrieve the complete track listing for any album, including detailed information about each song.
🎯 USE CASES: • Building custom playlists from favorite albums • Checking track order and durations before purchase • Creating "deep cuts" playlists from lesser-known album tracks • Analyzing album structure and flow • Finding specific tracks within concept albums or compilations
📝 WHAT IT RETURNS: • Complete ordered track listing with track numbers • Individual track durations and preview URLs • Track popularity scores and explicit content flags • Artist credits for each track (including featured artists) • External IDs and market availability per track
🔍 EXAMPLES: • "Get all tracks from 'Dark Side of the Moon' album" • "Show me the tracklist for album ID: 4LH4d3cOWNNsVw41Gqt2kv" • "I want to see all songs from this compilation album" • "List the tracks from this soundtrack, limit to 20"
💡 TIPS: • Use this before adding entire albums to playlists • Great for discovering hidden gems in large albums • Check explicit flags if building family-friendly playlists
⚠️ REQUIREMENTS: • Valid Spotify access token • Album must be available in user's market
Input Schema
Name | Required | Description | Default |
---|---|---|---|
albumId | Yes | Spotify album ID or URI | |
limit | No | ||
token | Yes | Spotify access token for authentication |