Information about plays

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

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

{
    "id": 3636438,
    "uri": "https://api.kexp.org/v2/plays/3636438/?format=api",
    "airdate": "2026-04-01T12:34:58-07:00",
    "show": 66337,
    "show_uri": "https://api.kexp.org/v2/shows/66337/?format=api",
    "image_uri": "https://dn720705.ca.archive.org/0/items/mbid-af919cf1-dc05-4dd6-9b06-5c2135b9b7be/mbid-af919cf1-dc05-4dd6-9b06-5c2135b9b7be-44139285873_thumb500.jpg",
    "thumbnail_uri": "https://dn720705.ca.archive.org/0/items/mbid-af919cf1-dc05-4dd6-9b06-5c2135b9b7be/mbid-af919cf1-dc05-4dd6-9b06-5c2135b9b7be-44139285873_thumb250.jpg",
    "song": "Light on Our Feet",
    "track_id": "186077dd-63d9-412b-bfaf-e59d47aa1c96",
    "recording_id": "3e66242f-df35-46bc-b015-aea3b455a36e",
    "artist": "Snail Mail",
    "artist_ids": [
        "86cd4d38-857c-42bd-a5da-9acedcab1e01"
    ],
    "album": "Ricochet",
    "release_id": "af919cf1-dc05-4dd6-9b06-5c2135b9b7be",
    "release_group_id": "812fa041-72e3-4fe7-8f4a-dafdb5d99125",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2026-03-27",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snail Mail is the indie project of Baltimore-based singer-songwriter and guitarist Lindsey Jordan.\n\nSnail Mail is on tour!\nMon, May 4th at the Warfield in San Francisco and  Fri, May 8th at the Moore Theatre in Seattle.\n\nhttps://snailmail.bandcamp.com/music\n\nWatch their 2018 KEXP in-studio performance here: https://www.youtube.com/watch?v=8DEFQ5hVnpU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}