Information about plays

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

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

{
    "id": 3582470,
    "uri": "https://api.kexp.org/v2/plays/3582470/?format=api",
    "airdate": "2025-11-24T19:07:26-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbia Totonaca",
    "track_id": null,
    "recording_id": null,
    "artist": "Amantes del futuro",
    "artist_ids": [
        "7f74b684-b7a5-40d1-a0f8-bcb1e7edd64c"
    ],
    "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": "A dreamy yet driving electronic-cumbia anthem, Cumbia Totonaca blends classic tropical rhythms with futurist textures, characteristic of Amantes del Futuro’s signature style. The track conjures an otherworldly sonic journey: shimmering synths float over traditional percussion, while a steady bass grounds the groove. It’s both playful and nostalgic, referencing the Totonaca people of Mexico with a subtle nod to cultural roots. The song feels equal parts celebration and reverie, inviting listeners to dance through imagined landscapes where tradition meets cosmic possibility.\n\nBandcamp link:\namantesdelfuturo.bandcamp.com/track/cumbia-totonaca",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}