Information about plays

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

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

{
    "id": 3566960,
    "uri": "https://api.kexp.org/v2/plays/3566960/?format=api",
    "airdate": "2025-10-18T21:56:59-07:00",
    "show": 64872,
    "show_uri": "https://api.kexp.org/v2/shows/64872/?format=api",
    "image_uri": "https://coverartarchive.org/release/a8e90940-87b7-4113-b592-2b4baaa777c5/36191381023-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a8e90940-87b7-4113-b592-2b4baaa777c5/36191381023-250.jpg",
    "song": "Spit From Fluid",
    "track_id": null,
    "recording_id": "4df80a1c-1fe9-4dde-84a9-0135029f8f68",
    "artist": "Cyberplasm",
    "artist_ids": [
        "1b216d70-3924-4f32-aac4-f12fa8f7a154"
    ],
    "album": "First Emanation",
    "release_id": null,
    "release_group_id": "8b47d453-aca4-4af1-8c09-9a55e6534c1f",
    "labels": [
        "Iron Lung Records"
    ],
    "label_ids": [
        "b967c5e5-9817-4bd5-9e14-bbb91f6d9fd6"
    ],
    "release_date": "2023-06-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Cyberplasm is set to kick off a tour and will be stopping in Seattle on 11/5, Olympia on 11/6, Oakland on 11/8, LA 11/9, Reno 11/10, Portland 11/13, Spokane, 11/15\n\nhttps://cyberplasm.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}