Information about plays

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

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

{
    "id": 3600867,
    "uri": "https://api.kexp.org/v2/plays/3600867/?format=api",
    "airdate": "2026-01-06T05:11:28-08:00",
    "show": 65577,
    "show_uri": "https://api.kexp.org/v2/shows/65577/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sender Receiver",
    "track_id": "667baff4-7ca4-4ba2-ab2e-a50e61524373",
    "recording_id": "d339d2f1-ead3-47c1-8e3f-50696d853728",
    "artist": "Helado Negro",
    "artist_ids": [
        "aa0a54b3-d37e-4c1d-a53f-b3b94a3dfcad"
    ],
    "album": "The Last Sound On Earth",
    "release_id": "cb723425-011c-487c-8c87-4c28f06025c4",
    "release_group_id": "d85bfa7a-714c-4f5b-a9cd-99fcbfdae170",
    "labels": [
        "Big Dada"
    ],
    "label_ids": [
        "1382bfb9-0880-4696-a8ae-1ce2d94ce097"
    ],
    "release_date": "2025-11-07",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brand new EP from Helado Negro: The Last Sound on Earth https://heladonegro.bandcamp.com/album/the-last-sound-on-earth\n\n\"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 – emphasising the intense feelings of dread and uncertainty that underscore his deep contemplation of a planet in crisis.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}