Information about plays

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

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

{
    "id": 3582506,
    "uri": "https://api.kexp.org/v2/plays/3582506/?format=api",
    "airdate": "2025-11-24T21:12:30-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Futuro",
    "track_id": null,
    "recording_id": null,
    "artist": "Días de Juventud",
    "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": "A bright, bittersweet postcard from the present tense. Clean, chorus-kissed guitars sketch a hopeful ostinato while a melodic bassline moves with quiet urgency; vocals keep to conversational cadences until the chorus widens with a gentle lift. Production is modern and unfussy—dry drums, air around the instruments, a tasteful delay tail—to let the lyric carry the weight. The bridge thins to near-silence before a final refrain lands warmer and wider. It’s understated post-punk romantically oriented toward what’s next, honest about the distance between promise and arrival.\nListen: https://music.apple.com/mx/song/el-futuro/1845094106",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}