Information about plays

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

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

{
    "id": 3656856,
    "uri": "https://api.kexp.org/v2/plays/3656856/?format=api",
    "airdate": "2026-05-19T14:06:23-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://coverartarchive.org/release/8360f429-ab2c-3b1c-ae23-3e94b7ef7438/11445024061-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8360f429-ab2c-3b1c-ae23-3e94b7ef7438/11445024061-250.jpg",
    "song": "Das Model",
    "track_id": null,
    "recording_id": "934c2b4b-8767-489c-a2b6-2d8e5daa853c",
    "artist": "Kraftwerk",
    "artist_ids": [
        "5700dcd4-c139-4f31-aa3e-6382b9af9032"
    ],
    "album": "Die Mensch·Maschine",
    "release_id": null,
    "release_group_id": "d147e89b-90ca-35b6-9f7b-3e34b8edf63f",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1978-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in on this day in 1978, Kraftwerk's iconic electronic album The Man-Machine (German: Die Mensch-Maschine) was a massive leap for pop. While it birthed legendary tracks like \"The Robots\" and \"The Model\", its biggest fun facts span its Soviet-inspired artwork, color palette, and initial chart struggles.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}