Information about plays

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

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

{
    "id": 3553475,
    "uri": "https://api.kexp.org/v2/plays/3553475/?format=api",
    "airdate": "2025-09-15T19:00:51-07:00",
    "show": 64573,
    "show_uri": "https://api.kexp.org/v2/shows/64573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cumbia naranja",
    "track_id": null,
    "recording_id": "446546fc-3c8d-4e32-81d5-d1dad756eb33",
    "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": "“Cumbia Naranja” by Amantes del Futuro is a radiant dive into color and groove. The track pulses with energetic percussion, shimmering synths, and fluid guitar lines, evoking both the warmth of sun-drenched afternoons and kinetic night‑moments. Bright melodies weave through spacious mix‑textures, giving the song an electric openness that balances nostalgic tradition with futuristic texture. It feels like a cumbia reborn, one foot tethered to roots, the other stepping forward into lush, expansive horizons. If you let it, it moves through you—the dance urging, the beat grounding, the orange glow lingering long after.\n\nBandcamp link: https://amantesdelfuturo.bandcamp.com/track/cumbia-naranja",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}