Information about plays

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

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

{
    "id": 3599102,
    "uri": "https://api.kexp.org/v2/plays/3599102/?format=api",
    "airdate": "2026-01-02T05:33:09-08:00",
    "show": 65538,
    "show_uri": "https://api.kexp.org/v2/shows/65538/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Time Time Time (I'm in the Palm of Your Hand) | Yndling",
    "track_id": null,
    "recording_id": null,
    "artist": "Yndling",
    "artist_ids": [
        "126b0d48-fe25-4052-946c-cf150f1b50c6"
    ],
    "album": "Time Time Time",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Time Time Time (I’m in the Palm of Your Hand)” is the title track from Norwegian dream‑pop artist Yndling’s 2025 sophomore album on Spirit Goth Records, and it’s the record’s trip‑hop‑leaning centerpiece. It plays like “trip hop with happy chords”: hushed, beat‑driven, and a little Portishead/Massive Attack via Erika de Casier, but with a bright, bittersweet melodic lift.\n\nhttps://yndling.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}