Information about plays

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

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

{
    "id": 3613955,
    "uri": "https://api.kexp.org/v2/plays/3613955/?format=api",
    "airdate": "2026-02-06T12:25:18-08:00",
    "show": 65854,
    "show_uri": "https://api.kexp.org/v2/shows/65854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All You Fascists",
    "track_id": null,
    "recording_id": null,
    "artist": "Woody Guthrie",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"In a 1944 radio broadcast, Guthrie begins by announcing, 'We’ll show these fascists what a couple of hillbillies can do!' It’s a rowdy sing-along with bluesman Sonny Terry on harmonica. With the end of the war still around the corner, Guthrie sings about the long, tough battle ahead — not just beating Hitler and Mussolini, but oppression closer to home, from racism to union busting.\"\n\nhttps://tinyurl.com/zkfcde8x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}