Information about plays

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

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

{
    "id": 3572878,
    "uri": "https://api.kexp.org/v2/plays/3572878/?format=api",
    "airdate": "2025-11-02T01:01:42-07:00",
    "show": 65000,
    "show_uri": "https://api.kexp.org/v2/shows/65000/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Reincarnation of a Witch",
    "track_id": null,
    "recording_id": null,
    "artist": "Lamp of Murmuur",
    "artist_ids": [
        "ec271222-b956-44d8-a30f-ad863c42c647"
    ],
    "album": "The Dreaming Prince in Ecstasy",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wolves of Hades"
    ],
    "label_ids": [
        "7c5a422b-1e9f-4478-8f37-7e1a6583856a"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Dreaming Prince in Ecstasy will be Lamp of Murmuur's fourth full length release.  Not sure when physical copies will be released.\n\nhttps://lampofmurmuur.bandcamp.com/album/the-dreaming-prince-in-ecstasy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}