Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/3549297/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3549297,
    "uri": "https://api.kexp.org/v2/plays/3549297/?format=api",
    "airdate": "2025-09-05T16:52:44-07:00",
    "show": 64483,
    "show_uri": "https://api.kexp.org/v2/shows/64483/?format=api",
    "image_uri": "https://dn720707.ca.archive.org/0/items/mbid-ba6bc125-f1d9-36a1-b2eb-260c2a10c619/mbid-ba6bc125-f1d9-36a1-b2eb-260c2a10c619-24086968579_thumb500.jpg",
    "thumbnail_uri": "https://dn720707.ca.archive.org/0/items/mbid-ba6bc125-f1d9-36a1-b2eb-260c2a10c619/mbid-ba6bc125-f1d9-36a1-b2eb-260c2a10c619-24086968579_thumb250.jpg",
    "song": "Bigmouth Strikes Again",
    "track_id": "3c50ed61-68ce-3b14-805c-fc9b63f50b80",
    "recording_id": "2c5ffe3e-509e-4607-9b4c-e846b4b50e0f",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "...Best II",
    "release_id": "ba6bc125-f1d9-36a1-b2eb-260c2a10c619",
    "release_group_id": "1c45795e-ae29-3af3-a247-0608abe2dca3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1992-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Johnny Marr based the music for this track on a riff he wrote during a soundcheck of the band's 1985 tour - he described the song as being \"as close to getting to the sound of my heroes as we came\"\n\nRead more at this retrospective by the NME: https://tinyurl.com/4vynen6m",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}