Information about plays

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

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

{
    "id": 3576512,
    "uri": "https://api.kexp.org/v2/plays/3576512/?format=api",
    "airdate": "2025-11-10T18:27:04-08:00",
    "show": 65075,
    "show_uri": "https://api.kexp.org/v2/shows/65075/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Give It Up Now",
    "track_id": null,
    "recording_id": null,
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound On Earth",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Big Dada"
    ],
    "label_ids": [],
    "release_date": "2025-11-07",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Initially inspired by the question – what will the last sound I hear before I die will be? – the EP unfolds as a collection of songs embedded with ominous, often frenetic energy. This unease is amplified by Lange’s heavy use of electronics, echo and distortion, which lend a dazed, shell-shocked quality to his words – emphasizing the intense feelings of dread and uncertainty that underscore his deep contemplation of a planet in crisis.\n\n\nhttps://heladonegro.bandcamp.com/album/the-last-sound-on-earth",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}