Information about plays

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

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

{
    "id": 3617645,
    "uri": "https://api.kexp.org/v2/plays/3617645/?format=api",
    "airdate": "2026-02-15T00:37:59-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stair into the Vortex",
    "track_id": null,
    "recording_id": null,
    "artist": "Egregore",
    "artist_ids": [
        "f97a98b5-47db-4d89-9681-8b0a859d8a9b"
    ],
    "album": "It Echoes in the Wild",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "20 Buck Spin"
    ],
    "label_ids": [
        "50075f28-ed80-4926-bce0-776f9239f237"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming sophomore full length set to release on March 20th from this band out of Vancouver, B.C, featuring members of Bone Chalice and Mitochondrion.\n\nhttps://20buckspin.bandcamp.com/album/it-echoes-in-the-wild\nhttps://www.facebook.com/Egregore137/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}