Information about plays

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

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

{
    "id": 3634658,
    "uri": "https://api.kexp.org/v2/plays/3634658/?format=api",
    "airdate": "2026-03-28T12:59:20-07:00",
    "show": 66303,
    "show_uri": "https://api.kexp.org/v2/shows/66303/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "No Kings Here!",
    "track_id": null,
    "recording_id": null,
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-03-28",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "World Premier of brand new music from Gang of Four! \"No Kings Here!\"\nThank you Gail Greenwood!!\n\n\"Gang of Four is one of the most radically important, and influential rock groups of the last 40 years.\nThe Red Hot Chili Peppers, INXS, R.E.M., U2, Rage Against the Machine have all spoken of their debt to Gang of Four, with today's creators of angular rock music having GO4's influence and imprint all over it.\"\n\nhttps://gangoffour.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}