Information about plays

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

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

{
    "id": 3587600,
    "uri": "https://api.kexp.org/v2/plays/3587600/?format=api",
    "airdate": "2025-12-06T14:24:43-08:00",
    "show": 65305,
    "show_uri": "https://api.kexp.org/v2/shows/65305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Swamp Thing",
    "track_id": "e8f81fa7-82a3-355c-8c52-da043757b702",
    "recording_id": "3152df35-ec9a-4711-9987-00ab0c105bd6",
    "artist": "The Chameleons",
    "artist_ids": [
        "8d07f60f-b9f4-46c0-9c27-31de0fb9b671"
    ],
    "album": "Strange Times",
    "release_id": "60bb0853-5be6-3099-b55e-62dfd4d3750f",
    "release_group_id": "7777c379-1dc4-33e1-a6f2-1ea30b25b106",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1993-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Chameleons are an English rock band formed in Middleton, Greater Manchester, in 1981. The band's classic line-up consisted of bassist and vocalist Mark Burgess, guitarists Reginald Smithies and Dave Fielding and drummer John Lever. \nThey played live in the KEXP studio in 2024. Watch it here! https://www.youtube.com/watch?v=Tvt9QvjeGq4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}