Information about plays

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

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

{
    "id": 3667451,
    "uri": "https://api.kexp.org/v2/plays/3667451/?format=api",
    "airdate": "2026-06-13T18:20:27-07:00",
    "show": 66981,
    "show_uri": "https://api.kexp.org/v2/shows/66981/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "ZapZap",
    "track_id": null,
    "recording_id": null,
    "artist": "Flesh Produce",
    "artist_ids": [],
    "album": "Hyper Chasm",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "New Flesh Produce! The Seattle digital hardcore band just put out a brand new record called Hyper Chasm, you can listen to the whole thing below:\n\nhttps://fleshproduce.bandcamp.com/album/hyper-chasm-2\n\nThey're playing at The Black Lodge on June 29th with COCOJOEY and Anita Velveeta! Get yr tickets:\n\nhttps://www.songkick.com/concerts/43234133-cocojoey-at-black-lodge",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}