Information about plays

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

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

{
    "id": 3592006,
    "uri": "https://api.kexp.org/v2/plays/3592006/?format=api",
    "airdate": "2025-12-16T20:23:12-08:00",
    "show": 65397,
    "show_uri": "https://api.kexp.org/v2/shows/65397/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wind of Change",
    "track_id": null,
    "recording_id": null,
    "artist": "Nightmares On Wax, Yarah Bravo",
    "artist_ids": [],
    "album": "Echo45 Sound System",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Warp Records"
    ],
    "label_ids": [],
    "release_date": "2025-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yarah Bravo is a singer-songwriter, rapper, poet, beatmaker. Born to a Chilean mother and a Brazilian father, who came to Sweden as political refugees. She sings and raps in English, Swedish and Spanish.\n\nWith the latest music “Echo45 Sound System”, Nightmares On Wax takes that lineage a step further—a mixtape that feels like both a celebration and a declaration. It's a living, sound system journey inspired by the original “Echo45” speaker box that merges soul, roots, hip-hop, dub, and electronic textures with a fearless spirit. This collection of sounds is deeply rooted in his origins, sound system culture, and pirate radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}