Information about plays

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

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

{
    "id": 3625244,
    "uri": "https://api.kexp.org/v2/plays/3625244/?format=api",
    "airdate": "2026-03-04T14:30:36-08:00",
    "show": 66090,
    "show_uri": "https://api.kexp.org/v2/shows/66090/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Chill Out",
    "track_id": "a1705efe-386c-3c58-aa60-54997a722523",
    "recording_id": "7fa468b3-1727-4e3f-9f59-552b6e2c9203",
    "artist": "Black Uhuru",
    "artist_ids": [
        "8ee00333-ec2c-439b-a619-ae160aca2a15"
    ],
    "album": "20th Century Masters: The Millennium Collection: The Best of Black Uhuru",
    "release_id": "42f710ca-9a01-4585-abf9-b7ae5af43bae",
    "release_group_id": "bad6d269-d913-3102-bea6-636dcf304287",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2002-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Uhuru is a Jamaican reggae group formed in 1972, initially as Uhuru (Swahili for 'freedom').The roots of Black Uhuru formed in Kingston’s “Waterhouse” District in the late 60’s. It is the home of founder & leader Derrick “Duckie” Simpson along with all the rest of the singers from the group. \n--\nDon't miss this NPR Tiny Desk Concert by the group: https://www.youtube.com/watch?v=Qd2Zcj1flw8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}