Information about plays

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

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

{
    "id": 3596488,
    "uri": "https://api.kexp.org/v2/plays/3596488/?format=api",
    "airdate": "2025-12-26T23:03:11-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Broad Daylight",
    "track_id": null,
    "recording_id": "594c9b9e-489c-4abb-a8f2-1fabc8850a4a",
    "artist": "Quelle Chris & Cavalier",
    "artist_ids": [
        "b2f60e78-7dca-4cb3-bc55-c62580be8010",
        "409272f0-5474-4f8c-8229-8b00cd7a72c8"
    ],
    "album": "Death Tape 1: Black Cottonwood",
    "release_id": null,
    "release_group_id": "d89c5f84-2a2f-4efe-abbb-ba39efbb35de",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2022-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The first of the Death Tape series, Black Cottonwood is a unique sonic experience from grammy nominated Quelle Chris and Cavalier. Each mix an exploration and celebration of sound. Musical communion.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}