Information about plays

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

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

{
    "id": 3609095,
    "uri": "https://api.kexp.org/v2/plays/3609095/?format=api",
    "airdate": "2026-01-25T18:57:13-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Funky To The Bone",
    "track_id": null,
    "recording_id": "78723cd7-4e32-4a45-9a6c-bb1f1938d338",
    "artist": "Freddi-Henchi & The Soul Setters",
    "artist_ids": [
        "a28a15ce-df13-4b79-ba6c-49768db2311a"
    ],
    "album": "Funky To The Bone / I Want To Dance, Dance, Dance",
    "release_id": null,
    "release_group_id": "c3341512-505e-401a-9c66-b970d2544b41",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Freddi-Henchi & The Soul Setters released \"Funky To The Bone\" and b-side \"I Want To Dance, Dance, Dance\" in 1973.\n\nFormed in Phoenix, AZ and eventually settling in Colorado, Freddi-Henchi & The Soul Setters was comprised of: Freddi Gowdy, Jerry Krenzer, Larry Wilkins, Marvin Graves, Robert Yeazel, Rocky Duarte, Sonny Abelardo, and Tony Bunch.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}