Information about plays

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

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

{
    "id": 3600901,
    "uri": "https://api.kexp.org/v2/plays/3600901/?format=api",
    "airdate": "2026-01-06T07:15:32-08:00",
    "show": 65578,
    "show_uri": "https://api.kexp.org/v2/shows/65578/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Shining",
    "track_id": "7aa4b5cf-6af1-379b-bcce-3524b6e29fb2",
    "recording_id": "6fd7bb21-ccd7-450d-b1b6-86c9560e255d",
    "artist": "Badly Drawn Boy",
    "artist_ids": [
        "0881daf1-20df-4a3e-a84f-6476a84bb172"
    ],
    "album": "The Hour of Bewilderbeast",
    "release_id": "add3661e-ae37-3d89-92fb-880e1979082e",
    "release_group_id": "b53623c2-266f-393f-9bc5-71eaac3b5a31",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2000-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Damon Gough, aka Badly Drawn Boy, says in this Guardian interview that music has saved him in many ways (something that's true for many of us): https://tinyurl.com/498n4mjc\n\nCheryl Waters hosted Badly Drawn Boy Live in the KEXP Studio back in 2010: https://youtu.be/CquOuZ08A6E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}