Information about plays

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

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

{
    "id": 3544654,
    "uri": "https://api.kexp.org/v2/plays/3544654/?format=api",
    "airdate": "2025-08-25T13:49:24-07:00",
    "show": 64386,
    "show_uri": "https://api.kexp.org/v2/shows/64386/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Der Mussolini",
    "track_id": null,
    "recording_id": "de4eee02-80cc-4592-aee2-ec336f7a43aa",
    "artist": "Deutsch Amerikanische Freundschaft",
    "artist_ids": [
        "1b779267-6629-4a25-bbd6-0fe8f37f32a7"
    ],
    "album": "Der Mussolini / Der Räuber und der Prinz",
    "release_id": null,
    "release_group_id": "b62f374c-aa87-3e2d-92bc-7fe3375f1ccd",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The punk-influenced EBM sound pioneered by DAF presaged acid house and techno. After relocating to Berlin in 1986, Delgado-López had a hand in the modern clubbing capital's nascent dance music scene, throwing early house music parties with WestBam and Marc Gubler and launching the techno and house labels Delkom Club Control, BMWW and Sunday Morning.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}