Information about plays

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

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

{
    "id": 3553505,
    "uri": "https://api.kexp.org/v2/plays/3553505/?format=api",
    "airdate": "2025-09-15T21:39:11-07:00",
    "show": 64573,
    "show_uri": "https://api.kexp.org/v2/shows/64573/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El Amor está Muerto (pero te amo)",
    "track_id": null,
    "recording_id": null,
    "artist": "Nadie Te Escucha",
    "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": "This track dives into post-punk romanticism with biting irony. A relentless bassline holds together grainy guitars while the vocal delivery swings between desperation and defiance. The chorus—“pero te amo”—lands like both a confession and a taunt, embodying the tension between cynicism and sincerity. Production is dry and upfront, keeping the energy immediate rather than atmospheric. It’s a song of contradictions: intimacy wrapped in distortion, tenderness undercut by nihilism. That duality makes it memorable, a love song for those who don’t quite believe in them anymore.\u2028Listen: https://open.spotify.com/track/2nM9EMeAec4rjSMsMJ1wnk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}