Information about plays

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

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

{
    "id": 3625363,
    "uri": "https://api.kexp.org/v2/plays/3625363/?format=api",
    "airdate": "2026-03-04T21:23:03-08:00",
    "show": 66092,
    "show_uri": "https://api.kexp.org/v2/shows/66092/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Scenic Byway",
    "track_id": null,
    "recording_id": null,
    "artist": "Sven Wunder",
    "artist_ids": [
        "b035c36e-1bb5-404b-97df-e8b72e54d215"
    ],
    "album": "Daybreak",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Piano Piano Records"
    ],
    "label_ids": [
        "fff8f166-8caa-4bdb-a9e9-523e65dfb5b2"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"‘Daybreak’ is Sven Wunder’s fifth full-length album, seamlessly continuing the progression of his musical oeuvre. It takes the listener on a vivid maritime expedition, beginning the moment the first rays of light break the darkness of the night and embarking on a lush journey through the early hours of the day and far beyond, until the light slowly fades and night falls once again. \"\nhttps://svenwunder.bandcamp.com/album/daybreak",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}