Information about plays

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

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

{
    "id": 3582965,
    "uri": "https://api.kexp.org/v2/plays/3582965/?format=api",
    "airdate": "2025-11-25T21:23:56-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Eater of Worlds",
    "track_id": null,
    "recording_id": null,
    "artist": "The Halluci Nation, Northern Cree",
    "artist_ids": [],
    "album": "Path of The Heel",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Radicalized Records"
    ],
    "label_ids": [],
    "release_date": "2023-11-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Halluci Nation, formerly known as A Tribe Called Red, is a Canadian electronic music group who blend instrumental hip hop, reggae, moombahton and dubstep-influenced dance music with elements of First Nations music, particularly vocal chanting and drumming.\n\nThe Anishinaabe are a group of culturally related Indigenous peoples present in the Great Lakes region of Canada and the United State, which includes Ojibwe, Odawa, Potawatomi, Mississaugas, Nipissing and Algonquin peoples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}