Information about plays

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

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

{
    "id": 3576551,
    "uri": "https://api.kexp.org/v2/plays/3576551/?format=api",
    "airdate": "2025-11-10T20:43:17-08:00",
    "show": 65076,
    "show_uri": "https://api.kexp.org/v2/shows/65076/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "El chico de Paraguay",
    "track_id": null,
    "recording_id": null,
    "artist": "Kill Flora",
    "artist_ids": [
        "564d29e4-eae1-4f7c-b304-30bb9351210d"
    ],
    "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": "Romantic noir wrapped in post-punk shimmer. A melodically restless bassline does the storytelling while shimmering guitars sketch neon silhouettes; the vocal croons in grayscale, then hardens at the refrain. Drum programming feels live—toms and snare ghost notes flicker—so the groove breathes. The mix privileges atmosphere over aggression, but a late-track guitar flourish scuffs the polish just enough. It’s the kind of song that plays while the city turns its lights on—tender, stylish, a little dangerous.\u2028Listen: https://music.apple.com/ar/album/entre-sue%C3%B1os-y-distorsiones/1843468959",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}