Information about plays

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

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

{
    "id": 3667064,
    "uri": "https://api.kexp.org/v2/plays/3667064/?format=api",
    "airdate": "2026-06-12T20:23:42-07:00",
    "show": 66971,
    "show_uri": "https://api.kexp.org/v2/shows/66971/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Nkosi Yomhlaba",
    "track_id": null,
    "recording_id": null,
    "artist": "LeeMcKrazy Ft Mellow & Sleazy",
    "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": "LeeMcKrazy (real name Linda Mnisi) is a prominent South African Amapiano vocalist and songwriter from Diepkloof, Soweto. Known for his infectious catchphrase \"bare ke Leemecke!\", he broke onto the professional scene in 2015 and skyrocketed to fame via viral streaming hits and acclaimed solo projects.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}