Information about plays

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

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

{
    "id": 3595867,
    "uri": "https://api.kexp.org/v2/plays/3595867/?format=api",
    "airdate": "2025-12-25T13:53:47-08:00",
    "show": 65472,
    "show_uri": "https://api.kexp.org/v2/shows/65472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Santa's Supersonic Flying Rocket Sled",
    "track_id": null,
    "recording_id": "5e042696-e905-4dd6-80a7-cd64b905d19b",
    "artist": "The Hollyberries",
    "artist_ids": [
        "b2c4c5d5-8abf-46ae-ad64-1feeec1cc6b1"
    ],
    "album": "I Wanna Go Surfin' With Santa! And Other (Mostly Christmas) Surf-Pop Delights",
    "release_id": null,
    "release_group_id": "472572d2-ef15-41cd-8430-a00e93c47a23",
    "labels": [
        "Freakbeat"
    ],
    "label_ids": [],
    "release_date": "2013-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Hollyberries are: Jo Anna \"Jo Jo\" Edmison & Alyssa \"Lissa\" Edmison (both lead & backing vocals); Kip Brown (guitars/ backing vocals/ sleigh bells/ tambourine/ glockenspiel/ Rudolph's sneeze); Prescott Niles (bass); Marcos Lopez-Iglesias (drums); Steve Pelucca (saxes); Chas Ferry (Santa); Caron Murray & Michele Tinsley (additional backing vox); Kip Brown, Daren & Michele Tinsley (handclaps).\n\nhttps://www.youtube.com/watch?v=CLX7fJ3Dalg",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}