Information about plays

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

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

{
    "id": 3666758,
    "uri": "https://api.kexp.org/v2/plays/3666758/?format=api",
    "airdate": "2026-06-11T22:02:52-07:00",
    "show": 66964,
    "show_uri": "https://api.kexp.org/v2/shows/66964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nights Over Egypt (Maw Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Incognito, Masters At Work",
    "artist_ids": [],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mercury Records Ltd"
    ],
    "label_ids": [],
    "release_date": "1999-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Incognito is a British acid jazz band based in London. They're famous for their revolving roster of world-class vocalists -- female singers like Jocelyn Brown, Maysa Leak and Vanessa Haynes that have defined the band's signature sound over the years. Nights Over Egypt comes from their seventh album -- this is the Masters At Work remix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}