Information about plays

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

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

{
    "id": 3636031,
    "uri": "https://api.kexp.org/v2/plays/3636031/?format=api",
    "airdate": "2026-03-31T13:45:13-07:00",
    "show": 66330,
    "show_uri": "https://api.kexp.org/v2/shows/66330/?format=api",
    "image_uri": "https://dn710206.ca.archive.org/0/items/mbid-23aeecaa-fb2d-48b8-b195-4c1b91156964/mbid-23aeecaa-fb2d-48b8-b195-4c1b91156964-26515904433_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-23aeecaa-fb2d-48b8-b195-4c1b91156964/mbid-23aeecaa-fb2d-48b8-b195-4c1b91156964-26515904433_thumb250.jpg",
    "song": "Where's Your Head At",
    "track_id": "e6154ae2-5aae-3b76-bef5-83bdfda4af50",
    "recording_id": "5e053768-5c99-4ee2-9b12-5a645b130ef6",
    "artist": "Basement Jaxx",
    "artist_ids": [
        "28cbf94d-0700-4095-a188-37e373b069a7"
    ],
    "album": "Rooty",
    "release_id": "5038ffc1-2990-38f5-abdf-4f9568ff9121",
    "release_group_id": "c290df05-2211-35c7-9701-7fa779afd41f",
    "labels": [
        "Beggars Japan"
    ],
    "label_ids": [
        "f8032cab-ace3-4276-b00e-72ac4c1fbeda"
    ],
    "release_date": "2006-11-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"From their '90s underground singles to the more ambitious projects they tackled decades later, Basement Jaxx are one of the U.K.'s most respected -- and enjoyable -- dance acts.\"\n\nhttps://www.allmusic.com/artist/basement-jaxx-mn0000142249#biography\n\nSampled from Gary Numan's \"M.E.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}