Information about plays

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

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

{
    "id": 3605712,
    "uri": "https://api.kexp.org/v2/plays/3605712/?format=api",
    "airdate": "2026-01-17T21:20:15-08:00",
    "show": 65679,
    "show_uri": "https://api.kexp.org/v2/shows/65679/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Midnight Creep",
    "track_id": null,
    "recording_id": null,
    "artist": "The Darts",
    "artist_ids": [],
    "album": "Halloween Love Songs",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Adrenalin Fix Music"
    ],
    "label_ids": [
        "ddc4b904-dc8b-42ca-b7ad-95937e0696a6"
    ],
    "release_date": "2026-03-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Originally formed in Arizona, The Darts have relocated to Seattle!  You can check out footage of them performing live at KEXP back in 2022 by following the link below:\n\nhttps://youtu.be/yVzqu7ivVwQ?si=BJutob8skW229nZ0\n\nhttps://thedartsus.bandcamp.com/music\nhttps://www.instagram.com/thedartsus/\nhttps://thebadcopy.com/news/video/the-darts-releases-music-video-for-new-single-midnight-creep-a-fuzzy-garage-ripper/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}