Information about plays

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

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

{
    "id": 3667616,
    "uri": "https://api.kexp.org/v2/plays/3667616/?format=api",
    "airdate": "2026-06-14T00:19:38-07:00",
    "show": 66983,
    "show_uri": "https://api.kexp.org/v2/shows/66983/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "View From Nemeton",
    "track_id": null,
    "recording_id": null,
    "artist": "Hulder",
    "artist_ids": [
        "77a7f107-38ad-4443-8167-9af8f37cb30e"
    ],
    "album": "Verbolgen",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2026-08-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "First single from Hulder's upcoming third full-length album set to release on August 7th via 20 Buck Spin!\n\nThey will be performing at The Warfield in SF on August 21st with Dimmu Borgir and Hypocrisy.\n\nhttps://20buckspin.bandcamp.com/album/verbolgen",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}