Information about plays

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

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

{
    "id": 3649580,
    "uri": "https://api.kexp.org/v2/plays/3649580/?format=api",
    "airdate": "2026-05-02T15:00:42-07:00",
    "show": 66611,
    "show_uri": "https://api.kexp.org/v2/shows/66611/?format=api",
    "image_uri": "https://coverartarchive.org/release/ad848d35-6115-42d8-9599-a2ba957744cb/38282681789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ad848d35-6115-42d8-9599-a2ba957744cb/38282681789-250.jpg",
    "song": "Nassomato",
    "track_id": null,
    "recording_id": "a05030da-81b4-4ce1-b8c2-74e0ef357ef0",
    "artist": "Ki!",
    "artist_ids": [
        "d19e92b8-3bef-4ef9-baf8-328823356403"
    ],
    "album": "Yong‐Gwanglo Part One",
    "release_id": null,
    "release_group_id": "db05061f-a98b-4b28-ba13-f538618e150e",
    "labels": [
        "Crunchy Frog"
    ],
    "label_ids": [
        "3d3d96f9-965b-4cf1-9459-34f121426e73"
    ],
    "release_date": "2024-04-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}