Information about plays

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

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

{
    "id": 3641097,
    "uri": "https://api.kexp.org/v2/plays/3641097/?format=api",
    "airdate": "2026-04-12T07:10:22-07:00",
    "show": 66432,
    "show_uri": "https://api.kexp.org/v2/shows/66432/?format=api",
    "image_uri": "https://coverartarchive.org/release/8c1c7e7d-f83d-43ea-ad9f-31cd39d9c338/44452747503-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8c1c7e7d-f83d-43ea-ad9f-31cd39d9c338/44452747503-250.jpg",
    "song": "Waffle Knit",
    "track_id": null,
    "recording_id": "9b5d2490-1c79-4fa1-ad45-8897c1d8ba3a",
    "artist": "Buzzy Lee",
    "artist_ids": [
        "61ca4f08-a811-4079-8524-038fc7503a9c"
    ],
    "album": "Shoulder to Shoulder",
    "release_id": null,
    "release_group_id": "adc86eab-c3df-4ba9-9cde-283608b3da0e",
    "labels": [
        "Future Classic"
    ],
    "label_ids": [
        "d36fed82-04b0-4fba-ac8e-b518584bf741"
    ],
    "release_date": "2026-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dreamy instrumental piece off the new third album from LA-based artist Buzzy Lee aka Sasha Spielberg ~ https://buzzylee.bandcamp.com/album/shoulder-to-shoulder",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}