Information about plays

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

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

{
    "id": 3634426,
    "uri": "https://api.kexp.org/v2/plays/3634426/?format=api",
    "airdate": "2026-03-27T23:41:58-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Smooth",
    "track_id": null,
    "recording_id": "7a750056-dd8c-4fc4-b1c5-48ebe44b2f2a",
    "artist": "Tha Dogg Pound ft. Snoop Dogg",
    "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": "This track brought Daz Dillinger and Kurupt back together after years apart. The duo had split in the late '90s, with Kurupt joining Death Row Records while Daz pursued a solo career. \"Smooth\" features their mentor Snoop Dogg and represents a return to their classic 90s sound. Produced by Daz Dillinger, who crafted many of Death Row's biggest hits in the '90s, the track showcases the chemistry that made Tha Dogg Pound one of the West Coast's most beloved groups.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}