Information about plays

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

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

{
    "id": 3614790,
    "uri": "https://api.kexp.org/v2/plays/3614790/?format=api",
    "airdate": "2026-02-08T08:32:37-08:00",
    "show": 65877,
    "show_uri": "https://api.kexp.org/v2/shows/65877/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "we should have brought better shoes",
    "track_id": null,
    "recording_id": null,
    "artist": "Jakob Lindhagen, Vargkvint, Boris Rogowski",
    "artist_ids": [],
    "album": "a cottage at the end of the road",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "piano and coffee"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Taken off a lovely forthcoming collaborative album between Swedish composers Jakob Lindhagen and Sofia Nystrand (aka Vargkvint) alongside and German composer Boris Rogowski ~ https://pianoandcoffeerecords.bandcamp.com/album/a-cottage-at-the-end-of-the-road",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}