Information about plays

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

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

{
    "id": 3603177,
    "uri": "https://api.kexp.org/v2/plays/3603177/?format=api",
    "airdate": "2026-01-11T18:47:41-08:00",
    "show": 65625,
    "show_uri": "https://api.kexp.org/v2/shows/65625/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Windy C",
    "track_id": null,
    "recording_id": "852294ea-c90e-40a4-881c-227828273866",
    "artist": "100% Pure Poison",
    "artist_ids": [
        "aa2dbb9d-ce6c-4e94-b6ba-05e63d63d1c7"
    ],
    "album": "Coming Right at You",
    "release_id": null,
    "release_group_id": "304ca67a-0e1c-3b07-aa9f-da940222336e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "100% Pure Poison released \"Windy C\" in 1974 on the album Coming Right at You.\n\n100% Pure Poison was comprised by a group of American military men stationed in Germany during the early 70s. Their pre-disco soul music was of notable quality with a Chicago or Detroit urban feel. \nMembers included: Danny Leake, Jackie Beard, James Wells, James Williams, John Jackson, Marvin Daniels, Pie Harrison, Slide Beard, and Steve Maxwell.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}