Information about plays

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

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

{
    "id": 3552891,
    "uri": "https://api.kexp.org/v2/plays/3552891/?format=api",
    "airdate": "2025-09-14T08:54:01-07:00",
    "show": 64559,
    "show_uri": "https://api.kexp.org/v2/shows/64559/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "somewhat burdensome",
    "track_id": null,
    "recording_id": null,
    "artist": "claire rousay",
    "artist_ids": [
        "cc94a0fe-e3f0-4217-a5f8-a70d4ccf39e7"
    ],
    "album": "little death",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Thrill Jockey Records"
    ],
    "label_ids": [
        "96fea03f-da49-48c8-8c70-a85f16b49451"
    ],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Premiere of the second single (officially out this Tuesday) to LA-based artist claire rousay's forthcoming album 'little death' ~ \nhttps://clairerousay.bandcamp.com/album/a-little-death \n:: Watch claire rousay's Live on KEXP session here: \nhttps://www.youtube.com/watch?v=D6C1aWoU0gY&ab_channel=KEXP \n:: claire will be performing at The Chapel in SF on November 4th, Holocene in PDX on November 6th, and the Here-After in Seattle on November 7th!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}