Information about plays

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

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

{
    "id": 3569596,
    "uri": "https://api.kexp.org/v2/plays/3569596/?format=api",
    "airdate": "2025-10-25T02:09:06-07:00",
    "show": 64925,
    "show_uri": "https://api.kexp.org/v2/shows/64925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Elf Disc",
    "track_id": null,
    "recording_id": null,
    "artist": "Dataintrang / Luke Eargoggle",
    "artist_ids": [],
    "album": "The Ultimate Experience",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Stilleben Records"
    ],
    "label_ids": [
        "7030650e-9cf3-4a20-b173-61a4d66f8009"
    ],
    "release_date": "2023-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://stilleben-records.bandcamp.com/album/dataintr-ng-luke-eargoggle-the-ultimate-experience-stilleben-records070",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}