Information about plays

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

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

{
    "id": 3666759,
    "uri": "https://api.kexp.org/v2/plays/3666759/?format=api",
    "airdate": "2026-06-11T22:09:28-07:00",
    "show": 66964,
    "show_uri": "https://api.kexp.org/v2/shows/66964/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Natural High (Vocal Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "ShezAr, Laroye",
    "artist_ids": [
        "5c609fa7-c7c9-4c28-83e7-8871c903741c",
        "2c1c5879-c938-4dae-9065-59a59f4a7642"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-07-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ShezAr, known as the Duchess of Soul, teams up with musician and French producer Laroye on this track.\n\nhttps://makinmoves2.bandcamp.com/album/natural-high\n\nMusic runs in ShezAr's family -- her brother is Timothy Lee McKenzie, better known by his stage name, Labrinth, who is most famous for doing the soundtrack for HBO's Euphoria.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}