Information about plays

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

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

{
    "id": 3546832,
    "uri": "https://api.kexp.org/v2/plays/3546832/?format=api",
    "airdate": "2025-08-30T19:23:45-07:00",
    "show": 64431,
    "show_uri": "https://api.kexp.org/v2/shows/64431/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plum Walker",
    "track_id": null,
    "recording_id": null,
    "artist": "Reverse Death",
    "artist_ids": [
        "1718728e-f056-42d8-a312-d2d0ebec2f0f"
    ],
    "album": "Plum Walker",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "REVERSE DEATH's newest single, titled \"Plum Walker\" (out August 21st) was inspired by fairies getting drunk under the plum tree. Sugar plum fairy, plum fairy, the sugary flood. Santo & Jonny, remember me. Kill all the kings, strum all the strings. Return to the mud, remember me. In a burning ring of fire. Good artists borrow, great artist's steal? Nothing in death.\n\nUpcoming show: \n\n08/31 Seattle WA @ Sunset Tavern w/ Understater + Brat + No Existo\n\nhttps://dice.fm/event/3oeb3x-reverse-death-understater-release-show-brat-no-existo-31st-aug-the-sunset-tavern-seattle-tickets?lng=en-US",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}