Information about plays

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

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

{
    "id": 3598329,
    "uri": "https://api.kexp.org/v2/plays/3598329/?format=api",
    "airdate": "2025-12-31T06:14:34-08:00",
    "show": 65522,
    "show_uri": "https://api.kexp.org/v2/shows/65522/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wolf I",
    "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": "7bf32984-a9b4-4be2-a16d-2873eec9d4b9",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Named one of Lisa LeClair’s Top 10 Albums of 2025, \"The Bestiary\" is the latest full-length release from Brooklyn fantasy-metal outfit Castle Rat. The album delivers a theatrical blend of doom-laden riffs, sword-and-sorcery world-building, and mythic beast–inspired storytelling. https://bluesfuneralrecordings.bandcamp.com/album/the-bestiary",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}