Information about plays

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

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

{
    "id": 3583335,
    "uri": "https://api.kexp.org/v2/plays/3583335/?format=api",
    "airdate": "2025-11-26T18:21:40-08:00",
    "show": 65217,
    "show_uri": "https://api.kexp.org/v2/shows/65217/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fool's Ride",
    "track_id": null,
    "recording_id": null,
    "artist": "WITCH",
    "artist_ids": [],
    "album": "Welcome to Zamrock",
    "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": "Record Store Day: Black Friday\n\nFool’s Ride collects Zamrock all-star group WITCH’s impossible to find 7” singles, all recorded around their masterpiece album Lazy Bones, and never before put together on an LP release! An essential entry into this storied African rock band’s oeuvre. Welcome to Zamrock!!\nFool’s Ride is presented for RSD Black Friday on a Deep Purple (their favorite band at the time!) colored vinyl run",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}