Information about plays

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

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

{
    "id": 3546890,
    "uri": "https://api.kexp.org/v2/plays/3546890/?format=api",
    "airdate": "2025-08-30T21:13:01-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Going To Die",
    "track_id": null,
    "recording_id": null,
    "artist": "Carnivorous Flower",
    "artist_ids": [],
    "album": "S/T LP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Dead Broke Rekerds"
    ],
    "label_ids": [
        "4091f45b-ed34-4e69-b839-bbd0eacf7e87"
    ],
    "release_date": "2025-08-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Carnivorous Flower formed in 2024 when Ben Snakepit (ex- J Church, Party Garbage), Lou Hanman (ex- Caves, Flamingo 50) and David Wuttke (ex- Drunken Boat, An Uneasy Peace) all realized they were coincidentally living in Richmond, VA at the same time.\n\nhttps://deadbrokerekerds.bandcamp.com/album/carnivorous-flower",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}