Information about plays

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

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

{
    "id": 3584791,
    "uri": "https://api.kexp.org/v2/plays/3584791/?format=api",
    "airdate": "2025-11-30T00:17:19-08:00",
    "show": 65249,
    "show_uri": "https://api.kexp.org/v2/shows/65249/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Marter",
    "track_id": null,
    "recording_id": null,
    "artist": "Der Weg einer Freiheit",
    "artist_ids": [
        "2d75fdbd-2158-4ab4-a9ac-eec8d997d70b"
    ],
    "album": "Innern",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Season of Mist"
    ],
    "label_ids": [
        "ab256066-5230-4a00-bc3f-1fcad2026852"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The band name is German for \"The Way of a Freedom\".  They will be performing at MDF 2026 on May 21st along with Death Angel, Emasculator, and many more.\n\nhttps://derwegeinerfreiheit.bandcamp.com/\nhttps://www.songkick.com/festivals/3733308-maryland-deathfest-xxi/id/42627192-maryland-deathfest-xxi-2026",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}