Information about plays

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

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

{
    "id": 3552766,
    "uri": "https://api.kexp.org/v2/plays/3552766/?format=api",
    "airdate": "2025-09-14T00:41:25-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In Eternal Woods Pt. 2-3",
    "track_id": null,
    "recording_id": null,
    "artist": "Ragana",
    "artist_ids": [
        "e7e11307-e6e9-41f9-8d50-07079289ebb3"
    ],
    "album": "Ash Souvenir",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "The Flenser"
    ],
    "label_ids": [
        "ebcfe512-d267-4964-9642-3863c64e6674"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Collaborative album with Drowse out of Portland set to release on November 14th.\n\nRagana will be performing at the Rain City Doom Festival at El Corazon in Seattle on December 12th along with Acid King, Witch Mountain, Hippie Death Cult, and many more.\n\nhttps://ragana.bandcamp.com/music\nhttps://www.songkick.com/concerts/42736891-acid-king-at-el-corazon",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}