Information about plays

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

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

{
    "id": 3608307,
    "uri": "https://api.kexp.org/v2/plays/3608307/?format=api",
    "airdate": "2026-01-24T02:59:55-08:00",
    "show": 65738,
    "show_uri": "https://api.kexp.org/v2/shows/65738/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Hope Is the Last Thing To Die",
    "track_id": "1f5a60da-9f11-46b9-bbb6-4b24743da384",
    "recording_id": "606bd253-a329-44d8-af72-158e4de71899",
    "artist": "David Holmes & Raven Violet feat. Laura Lippie",
    "artist_ids": [
        "f765eea1-e0a6-4837-af4a-8a5b1fcd77de",
        "a53f5eed-f9f1-4cf1-9994-4c9374904790",
        "c7367ffd-84e5-41c2-98b3-94648c66f523"
    ],
    "album": "Blind On a Galloping Horse",
    "release_id": "4e53e88b-40ed-4113-a6d8-5f38283323fc",
    "release_group_id": "a49d2f46-282f-4ea0-8422-6419e43e5fe6",
    "labels": [
        "Heavenly Recordings"
    ],
    "label_ids": [
        "696ee2f4-c486-4e7a-80f4-cfd85193677a"
    ],
    "release_date": "2023-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}