Information about plays

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

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

{
    "id": 3593988,
    "uri": "https://api.kexp.org/v2/plays/3593988/?format=api",
    "airdate": "2025-12-21T10:48:45-08:00",
    "show": 65438,
    "show_uri": "https://api.kexp.org/v2/shows/65438/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time, Part 1",
    "track_id": null,
    "recording_id": "049751d6-cbea-4d23-b650-072e188f11e6",
    "artist": "Jimmy McCracklin",
    "artist_ids": [
        "497acfd9-091f-4405-a603-0623d099cc1d"
    ],
    "album": "Blue Yule",
    "release_id": null,
    "release_group_id": "762ceec8-38e8-31b4-ad87-f92c3326c80c",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1991-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "1961 single on Art-Tone ; cool (though non-Christmas-y) live footage of \"The Walk\" with Ry Cooder and Wayne Bennett in 1991: https://www.youtube.com/watch?v=P_Dfz8ONT8U ; http://www.soulfulkindamusic.net/jmccracklin.htm",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}