Information about plays

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

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

{
    "id": 3578621,
    "uri": "https://api.kexp.org/v2/plays/3578621/?format=api",
    "airdate": "2025-11-15T19:00:18-08:00",
    "show": 65121,
    "show_uri": "https://api.kexp.org/v2/shows/65121/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "In the Glass Shell",
    "track_id": null,
    "recording_id": null,
    "artist": "Buddie",
    "artist_ids": [],
    "album": "Glass",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Bubblegrunge from Vancouver! It's off their new album Glass, released last week!\n\nFrom the band: \"Glass is a 25-minute grunge pop case study of modern city-living in the imperial core. It grapples with inequity, privilege, patriarchy, class war, individualism vs. collectivism, and bonds with our non-human kin. At its heaviest, you’ll hear hints of 90s grunge greats like Alice in Chains and revivalists like Ovlov and Spirit of the Beehive. At its lightest, Buddie draws inspiration from the Beths, Slow Pulp, and the Weakerthans. Together, they’ve made a bubble grunge album all their own, taking hard-to-digest feelings and feeding them through an earworm melody machine.\"\n\nhttps://buddie.bandcamp.com/album/glass",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}