Information about plays

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

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

{
    "id": 3589856,
    "uri": "https://api.kexp.org/v2/plays/3589856/?format=api",
    "airdate": "2025-12-11T19:03:03-08:00",
    "show": 65350,
    "show_uri": "https://api.kexp.org/v2/shows/65350/?format=api",
    "image_uri": "https://coverartarchive.org/release/77fdba93-5a0a-4a9f-9a5e-95d008025494/30336735451-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/77fdba93-5a0a-4a9f-9a5e-95d008025494/30336735451-250.jpg",
    "song": "Theme from Don",
    "track_id": null,
    "recording_id": "7cfea9dc-4e09-4746-b55d-8ffef3a90306",
    "artist": "Dan the Automator",
    "artist_ids": [
        "33945eeb-e2d2-4257-a199-661cbadcf8af"
    ],
    "album": "Bombay the Hard Way: Guns, Cars & Sitars",
    "release_id": null,
    "release_group_id": "50e445ac-97b2-3c06-8262-d99ef63da33c",
    "labels": [
        "Motel"
    ],
    "label_ids": [
        "b46f159a-b3bc-4a30-98db-736e3a2ad6b7"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daniel M. Nakamura, better known by his stage name Dan the Automator, is an American record producer.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}