Information about plays

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

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

{
    "id": 3547675,
    "uri": "https://api.kexp.org/v2/plays/3547675/?format=api",
    "airdate": "2025-09-01T19:06:04-07:00",
    "show": 64449,
    "show_uri": "https://api.kexp.org/v2/shows/64449/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You’re not you anymore",
    "track_id": null,
    "recording_id": null,
    "artist": "TAPES",
    "artist_ids": [],
    "album": "You’re not you anymore",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2024-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“You’re not you anymore” blends nostalgic synth-pop with a bittersweet edge. Bright keyboard lines pulse against tight drum patterns, while the vocals express alienation and the loss of intimacy. The song captures the unease of watching someone change, mixing vulnerability with a catchy, danceable rhythm. TAPES strike a balance between pop immediacy and emotional weight, channeling 80s new wave into a modern, heartfelt context. It’s shimmering but tinged with sadness, making it equally at home on a dancefloor or in headphones at night.\u2028Listen: https://tapes.bandcamp.com/track/youre-not-you-anymore",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}