Information about plays

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

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

{
    "id": 3544006,
    "uri": "https://api.kexp.org/v2/plays/3544006/?format=api",
    "airdate": "2025-08-24T00:37:01-07:00",
    "show": 64372,
    "show_uri": "https://api.kexp.org/v2/shows/64372/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wizard: Crystal Heart",
    "track_id": null,
    "recording_id": null,
    "artist": "Castle Rat",
    "artist_ids": [
        "f3bfdd64-13d5-4e39-a2ca-792b81f96dea"
    ],
    "album": "The Bestiary",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "King Volume Records"
    ],
    "label_ids": [
        "2adcd520-488d-4fad-b42b-99c95a5992b2"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Bestiary is set to release on September 19th, and Castle Rat will be putting on a sold-out show at the Clock-Out Lounge with Wraith Knight on September 16th.  Hopefully they'll have some vinyl at the show!\n\nThey'll also be playing at:\n - The Star Theater in Portland on September 17th\n - Cornerstone in Berkeley, CA on September 20th\n\nhttps://clockoutlounge.com/tm-event/clock-out-lounge-presents-castle-rat-w-special-guest-tba/\nhttps://castlerat.bandcamp.com/album/the-bestiary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}