Information about plays

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

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

{
    "id": 3599095,
    "uri": "https://api.kexp.org/v2/plays/3599095/?format=api",
    "airdate": "2026-01-02T05:10:37-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Waking Light",
    "track_id": "70b58511-667b-4b19-bcd0-67dc8ff03c97",
    "recording_id": "1849c89d-4f82-4fdf-beb7-d61583b4ffc4",
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Morning Phase",
    "release_id": "ec29f05a-54a9-49b9-a58d-223548594e82",
    "release_group_id": "bc4e1c5e-1fea-468d-b0ac-78b1c7f415f4",
    "labels": [
        "Fonograf Records"
    ],
    "label_ids": [
        "64ba9339-81d8-4159-9731-619053e03e3d"
    ],
    "release_date": "2014-02-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Beck closes Morning Phase with ‘Waking Light,’ a five‑minute sunrise where pedal‑steel and strings slowly burn off the fog—an understated little hymn about finally trusting the daylight again.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}