Information about plays

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

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

{
    "id": 3634435,
    "uri": "https://api.kexp.org/v2/plays/3634435/?format=api",
    "airdate": "2026-03-28T00:19:23-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Somethin' to Ride To (Fonky Expedition)",
    "track_id": null,
    "recording_id": "ca518f1c-be9a-496f-a4cb-39c63782ef39",
    "artist": "The Conscious Daughters ft. Paris",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Conscious Daughters, Special One and CMG, came from Oakland and brought a female perspective to the male-dominated West Coast gangsta rap scene. They represented Oakland's rich tradition of female MCs, following in the footsteps of artists like The Lady of Rage and Yo-Yo while carving their own lane. Produced by Paris, the politically conscious rapper who ran Guerrilla Funk Records, the track features his signature militant production style mixed with the Daughters' smooth but hard-hitting delivery.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}