Information about plays

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

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

{
    "id": 3553877,
    "uri": "https://api.kexp.org/v2/plays/3553877/?format=api",
    "airdate": "2025-09-16T19:10:34-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "https://coverartarchive.org/release/9e994e8c-7cb8-4093-9fe1-98eb046bc154/17202193121-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9e994e8c-7cb8-4093-9fe1-98eb046bc154/17202193121-250.jpg",
    "song": "Shish Kebab",
    "track_id": null,
    "recording_id": "3482a3aa-d935-499a-8181-21d9abdd552d",
    "artist": "Ihsan Al-Munzer",
    "artist_ids": [
        "5a6f8f64-0ae9-479f-a0d0-cc2fd02e3748"
    ],
    "album": "Disco Belly Dance - Shish Kebab",
    "release_id": null,
    "release_group_id": "2bb54534-e423-4e62-972e-39c3258cb565",
    "labels": [
        "Voice of Stars"
    ],
    "label_ids": [
        "102b995c-b90e-4e0e-b5fa-098cb2abcd8c"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ihsan Al-Munzer, Lebanese composer and arranger, has put together a masterpiece with middle eastern scales and rhythms, tidied up on a synth. He's known as a pioneer of \"belly dance disco\" with the fusion of Western and Middle Eastern sounds and instrumentation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}