Information about plays

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

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

{
    "id": 3559067,
    "uri": "https://api.kexp.org/v2/plays/3559067/?format=api",
    "airdate": "2025-09-29T02:33:14-07:00",
    "show": 64696,
    "show_uri": "https://api.kexp.org/v2/shows/64696/?format=api",
    "image_uri": "https://coverartarchive.org/release/5237dcb8-1608-4e1f-8ff6-6fd4dde35122/14985486207-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5237dcb8-1608-4e1f-8ff6-6fd4dde35122/14985486207-250.jpg",
    "song": "The Slide",
    "track_id": null,
    "recording_id": "676e4b09-dc8a-4ec4-aff9-39783bc194d8",
    "artist": "Leon Spencer",
    "artist_ids": [
        "265d5dfd-16e5-41f6-8ba6-5064716c9084"
    ],
    "album": "Sneak Preview!",
    "release_id": null,
    "release_group_id": "a80b9611-f089-4d7f-a77c-e9b01b140b97",
    "labels": [
        "Prestige"
    ],
    "label_ids": [
        "11847c89-4b2c-4866-84c3-f72e264c0f66"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}