Information about plays

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

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

{
    "id": 3572154,
    "uri": "https://api.kexp.org/v2/plays/3572154/?format=api",
    "airdate": "2025-10-31T08:56:51-07:00",
    "show": 64982,
    "show_uri": "https://api.kexp.org/v2/shows/64982/?format=api",
    "image_uri": "https://dn721501.ca.archive.org/0/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb500.jpg",
    "thumbnail_uri": "https://dn721501.ca.archive.org/0/items/mbid-be530155-572e-42a2-afc5-bd3a12c377ca/mbid-be530155-572e-42a2-afc5-bd3a12c377ca-7593532807_thumb250.jpg",
    "song": "Skulls",
    "track_id": "4c58d4ad-eafc-3e26-8c85-dbc14596dc49",
    "recording_id": "02fd51c8-7740-4272-a53c-a63a406d8759",
    "artist": "Misfits",
    "artist_ids": [
        "936addc3-91aa-49de-8ec0-0dc186de151f"
    ],
    "album": "Box Set",
    "release_id": "be530155-572e-42a2-afc5-bd3a12c377ca",
    "release_group_id": "c87a760c-a32c-3809-a715-54f80033df05",
    "labels": [
        "Caroline Records"
    ],
    "label_ids": [
        "a14fd98c-9b89-481a-b7b8-eea8be6b2816"
    ],
    "release_date": "1996-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Misfits are an punk rock band often recognized as the progenitors of the horror punk subgenre, blending punk and other musical influences with horror film themes and imagery. https://www.misfits.com/ \n--\n\nHere's handheld video of Misfits performing \"Skulls\" live in Detroit in 2000: https://www.youtube.com/watch?v=WYT3wx3Nxdk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}