Information about plays

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

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

{
    "id": 3610287,
    "uri": "https://api.kexp.org/v2/plays/3610287/?format=api",
    "airdate": "2026-01-28T17:28:37-08:00",
    "show": 65779,
    "show_uri": "https://api.kexp.org/v2/shows/65779/?format=api",
    "image_uri": "https://ia902806.us.archive.org/35/items/mbid-f2e2f233-a56e-4192-bc43-a9a3416cda70/mbid-f2e2f233-a56e-4192-bc43-a9a3416cda70-20706966535_thumb500.jpg",
    "thumbnail_uri": "https://ia902806.us.archive.org/35/items/mbid-f2e2f233-a56e-4192-bc43-a9a3416cda70/mbid-f2e2f233-a56e-4192-bc43-a9a3416cda70-20706966535_thumb250.jpg",
    "song": "Canyon on Fire",
    "track_id": "7d5ce7a6-85c4-4098-b9f9-bcdceb9d4fdf",
    "recording_id": "4bbb9508-4789-4ca3-bdad-5a81a9717a06",
    "artist": "Wild Nothing",
    "artist_ids": [
        "a181595e-5b84-4439-a5f4-f548ddfb64df"
    ],
    "album": "Indigo",
    "release_id": "f2e2f233-a56e-4192-bc43-a9a3416cda70",
    "release_group_id": "32f5b930-6f1b-4bbd-a58a-73e0b7818828",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Troy Nelson hosted Wild Nothing Live in the KEXP Studio back in 2018, watch the performance here: https://youtu.be/O1IiEkaQOGI\n\nJack Tatum of the Wild Nothings recorded this album with producer Jack Elbrecht. One reviewer commented that this track combines \"Tatum’s melodic warmth and Elbrecht’s chilly precision.\" https://bit.ly/3CiL7CQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}