Information about plays

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

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

{
    "id": 3554326,
    "uri": "https://api.kexp.org/v2/plays/3554326/?format=api",
    "airdate": "2025-09-17T20:58:48-07:00",
    "show": 64589,
    "show_uri": "https://api.kexp.org/v2/shows/64589/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cocaine Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Primitive Ring",
    "artist_ids": [
        "f3fd8639-01bb-498e-b4bb-0a66d895dbb4"
    ],
    "album": "Rolling Greed / Cocaine Man",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Fuzz Club Records"
    ],
    "label_ids": [
        "dae6d83b-79b4-43d8-a517-bddbe9650d3b"
    ],
    "release_date": "2025-09-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Charles Moothart (Fuzz, Gøggs, Ty Segall’s Freedom Band), Bert Hoover (Hooveriii, Groop) and Jon Modaff (Hooveriii, Groop, Frankie & The Witch Fingers) have been keeping the momentum rolling in every way they can since they emerged as Primitive Ring in early 2025. Out now, Rolling Greed / Cocaine Man is the fourth and final in a string of 45s already released this year, further driving home the whole primal ethos of the band: just follow the internal compass and walk.\" \n\nhttps://fuzzclub.com/blogs/news/out-now-primitive-ring-rolling-greed",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}