Information about plays

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

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

{
    "id": 3640117,
    "uri": "https://api.kexp.org/v2/plays/3640117/?format=api",
    "airdate": "2026-04-10T01:59:49-07:00",
    "show": 66412,
    "show_uri": "https://api.kexp.org/v2/shows/66412/?format=api",
    "image_uri": "https://coverartarchive.org/release/9b596161-4a62-3b90-a93a-a55e9d5d7630/4189799564-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9b596161-4a62-3b90-a93a-a55e9d5d7630/4189799564-250.jpg",
    "song": "Brother",
    "track_id": null,
    "recording_id": "01dca183-110f-4cfa-b2c2-7bb36a1163ff",
    "artist": "Alice in Chains",
    "artist_ids": [
        "4bd95eea-b9f6-4d70-a36c-cfea77431553"
    ],
    "album": "MTV Unplugged",
    "release_id": null,
    "release_group_id": "fd9e039a-0a75-3b48-b7b5-66e66bd355fe",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Alice in Chains' MTV Unplugged live performance was recorded on released on this day (April 10) in 1996, at the Brooklyn Academy of Music's Majestic Theatre, and I swear on everything that I did not know this fact when I included this song in my playlist for this show.\n\n---\n\nCheck out the video of Alice in Chains performing \"Brother\" on MTV Unplugged: https://www.youtube.com/watch?v=1hnRTfzbT_s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}