Information about plays

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

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

{
    "id": 3599563,
    "uri": "https://api.kexp.org/v2/plays/3599563/?format=api",
    "airdate": "2026-01-03T06:31:50-08:00",
    "show": 65549,
    "show_uri": "https://api.kexp.org/v2/shows/65549/?format=api",
    "image_uri": "https://coverartarchive.org/release/a9c59ab2-51bf-4374-9b64-5df43d1841e0/19858996889-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a9c59ab2-51bf-4374-9b64-5df43d1841e0/19858996889-250.jpg",
    "song": "Lonely Zone",
    "track_id": null,
    "recording_id": "d09443da-2feb-4561-903a-8c0037f39d6a",
    "artist": "Vansire feat. Mellow Fellow, ruru & Paul Cherry",
    "artist_ids": [
        "0a7920d5-135b-4bca-885c-ebd79f0d5d9f",
        "0dc80325-33bf-4120-9cc6-ca6caae39571",
        "a620c010-88b4-4b95-bdad-78244e11cfb3",
        "8df68301-abe2-4311-a5da-34dfe8228666"
    ],
    "album": "Angel Youth",
    "release_id": null,
    "release_group_id": "10a7258b-2723-4a5a-92bb-fc73f0af5fd0",
    "labels": [
        "Spirit Goth Records"
    ],
    "label_ids": [
        "b8f557bd-1568-4621-afb5-7079f27feb30"
    ],
    "release_date": "2018-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}