Information about plays

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

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

{
    "id": 3586791,
    "uri": "https://api.kexp.org/v2/plays/3586791/?format=api",
    "airdate": "2025-12-04T16:46:57-08:00",
    "show": 65288,
    "show_uri": "https://api.kexp.org/v2/shows/65288/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Light Night Mountains All That",
    "track_id": null,
    "recording_id": null,
    "artist": "Ratboys",
    "artist_ids": [
        "423a85de-66ba-4113-abdc-ba2678ee89ba"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "New West Records"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pansy on Chicago’s Ratboys \nVivian McCall of local Seattle band Pansy joins producer Lilly Ana Fowler to talk about Chicago’s Ratboys and their new song “Light Night Mountains All That,” the first song released on their new label home New West Records. Ratboys have a new record Singin' to an Empty Chair coming out next year.\n\nhttps://www.kexp.org/podcasts/in-our-headphones/2025/12/2/pansy-on-their-new-ep-and-chicagos-sharp-pins/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}