Information about plays

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

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

{
    "id": 3560266,
    "uri": "https://api.kexp.org/v2/plays/3560266/?format=api",
    "airdate": "2025-10-02T00:38:27-07:00",
    "show": 64721,
    "show_uri": "https://api.kexp.org/v2/shows/64721/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Momentary Phase Transition",
    "track_id": null,
    "recording_id": null,
    "artist": "Eris Drew",
    "artist_ids": [
        "8cd2d139-7257-4d8c-9247-621bfb742e6e"
    ],
    "album": "DJ-Kicks: Eris Drew",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eris’ DJ-Kicks mix is 79 minutes of, as she puts it “the funky, emotional, ecstatic house-and-breaks backbone that defines my sound”, and includes tracks, remixes, and exclusives by Moby, Calisto, DJ Garth, Onionz, DJ Who, Kair, Hoof, and Toka Project, as well as from Eris herself and partner Octo Octa.\n\nhttps://erisdrew.bandcamp.com/album/dj-kicks-eris-drew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}