Information about plays

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

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

{
    "id": 3596793,
    "uri": "https://api.kexp.org/v2/plays/3596793/?format=api",
    "airdate": "2025-12-27T17:51:27-08:00",
    "show": 65490,
    "show_uri": "https://api.kexp.org/v2/shows/65490/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Believe in Anything",
    "track_id": "a3445b06-5dcd-3099-831f-238e5dfbccf5",
    "recording_id": "27dba9c5-27de-4c07-a7bd-f279cacc34d5",
    "artist": "Wolf Parade",
    "artist_ids": [
        "b7ddce8b-9e5c-46bd-9d33-41b134ce1a7f"
    ],
    "album": "Apologies to the Queen Mary",
    "release_id": "4b002b0e-3d58-4fea-a980-4b0577b32508",
    "release_group_id": "d147f6f8-1ca1-3df0-acd9-3c81808f2822",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2005-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Song of the winter? Song of Heated Rivalry? \n\nAccording to interviews with the band, the album is named after an incident in which the band was removed from the ocean liner Queen Mary for breaking down the door of a ballroom and staging a séance. https://bit.ly/3EI2hrq Wolf Parade performed live at The Triple Door as part of KEXP’s VIP Club concert series in February 2020. https://youtu.be/HcBdiGOUK2E",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}