Information about plays

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

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

{
    "id": 3571534,
    "uri": "https://api.kexp.org/v2/plays/3571534/?format=api",
    "airdate": "2025-10-29T20:21:18-07:00",
    "show": 64968,
    "show_uri": "https://api.kexp.org/v2/shows/64968/?format=api",
    "image_uri": "https://coverartarchive.org/release/e428bf76-c105-452c-baf2-e0b51ef2bc85/27368120861-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e428bf76-c105-452c-baf2-e0b51ef2bc85/27368120861-250.jpg",
    "song": "Nightmare Forever",
    "track_id": null,
    "recording_id": "d03375ed-abd9-48bf-9ed5-3cc420f2dd63",
    "artist": "Nolan Potter's Nightmare Band",
    "artist_ids": [
        "198a0ba9-80af-4173-8ab7-e65109b53e88"
    ],
    "album": "Nightmare Forever",
    "release_id": null,
    "release_group_id": "06508cc9-9a73-4a91-b45e-1580b5cbf514",
    "labels": [
        "Castle Face"
    ],
    "label_ids": [],
    "release_date": "2019-11-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"If the Silvan elves of Mirkwood had a house band, Nolan Potter’s Nightmare Band would hold residence. Too cerebral for trolls and perhaps too dynamic for hobbits, the Nightmare Band is what you’d stumble upon around a fire deep in the forest, with a dozen or so of its creatures and elves equipped with everything from organs, bells, and flutes to electric guitars and synthesizers.\" – Taylor Wallace, KUTX (Austin)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}