Information about plays

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

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

{
    "id": 3582504,
    "uri": "https://api.kexp.org/v2/plays/3582504/?format=api",
    "airdate": "2025-11-24T21:01:40-08:00",
    "show": 65202,
    "show_uri": "https://api.kexp.org/v2/shows/65202/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rómpeme",
    "track_id": null,
    "recording_id": null,
    "artist": "Estela Gris",
    "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": "Dark-romantic post-pop that glows like wet asphalt under sodium lights. Sampled drums and a sinewy bassline carry synth streaks and chorus-kissed guitar; the vocal moves from confession to invocation as the arrangement blooms. The chorus is a clandestine pulse rather than a blast, trading volume for intimacy. Recent press pegs it as “deriva nocturna,” which fits—the song feels like a night that refuses to end.\nListen: https://www.youtube.com/watch?v=6sCOzWfEp6c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}