Information about plays

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

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

{
    "id": 3570163,
    "uri": "https://api.kexp.org/v2/plays/3570163/?format=api",
    "airdate": "2025-10-26T08:52:31-07:00",
    "show": 64938,
    "show_uri": "https://api.kexp.org/v2/shows/64938/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twins of Træna",
    "track_id": null,
    "recording_id": null,
    "artist": "Trond Kallevåg",
    "artist_ids": [],
    "album": "Minnesota",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Hubro"
    ],
    "label_ids": [
        "d304a9ef-35e4-4811-b3db-fd87dc20cee4"
    ],
    "release_date": "2025-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Opening track off the brand new album from this Norwegian guitarist, composer and producer that's described as \"Imagine Ry Cooder, Daniel Lanois, and David Lynch sharing a rowboat on a misty West Norwegian morning – that’s the world of Minnesota.\" ~ https://trondkallevag.bandcamp.com/album/minnesota",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}