setlist_search_setlists
Find concert setlists on setlist.fm by artist, venue, city, country, tour, date, or year. Combine filters to specify a show or list all performers at a venue, with song counts to identify complete setlists.
Instructions
Search setlist.fm for concert setlists. Filter by any combination of artist, venue, city, country, tour, date, or year (provide at least one). Combine filters to disambiguate — artistName + date can span multiple cities, so add cityName/cityId or venueName/venueId to pin the exact show. Omit the artist and pass venueName/venueId + date to list EVERY performer at a venue or festival that day. Every result includes songCount, setCount, and hasSongs, so you can skip empty 'stub' setlists (hasSongs: false) without a second fetch. Results include a setlist.fm url; when you present this data, cite it as a clickable source link to setlist.fm (their API terms require followable attribution — no nofollow). If a result has no url, link to https://www.setlist.fm instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| artistName | No | Artist name | |
| artistMbid | No | Artist's MusicBrainz ID (mbid) | |
| venueName | No | Venue name | |
| venueId | No | Venue ID | |
| cityName | No | City name | |
| cityId | No | City's geoId | |
| state | No | State name | |
| stateCode | No | State code | |
| countryCode | No | Country code (ISO 3166-1 alpha-2) | |
| tourName | No | Tour name | |
| date | No | Event date, ISO yyyy-MM-dd (e.g. 2025-08-28) | |
| year | No | Event year | |
| lastUpdated | No | Only setlists updated on/after this UTC time, ISO yyyy-MM-dd or yyyy-MM-ddTHH:mm:ss | |
| p | No | Result page number (defaults to 1) |