Information about plays

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

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

{
    "id": 3575544,
    "uri": "https://api.kexp.org/v2/plays/3575544/?format=api",
    "airdate": "2025-11-08T13:43:39-08:00",
    "show": 65056,
    "show_uri": "https://api.kexp.org/v2/shows/65056/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Avant Jour",
    "track_id": null,
    "recording_id": null,
    "artist": "Sarakiniko",
    "artist_ids": [
        "daf0a68a-fbdd-4a5a-9e7c-fab30cdbd6b6"
    ],
    "album": "Grand Oeil EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-released"
    ],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Born from a volcano, sculpted by the winds, Sarakiniko takes its name from one of Earth's most intriguing lunar landscapes. From this small corner of the world, Sarakiniko's music takes us on a journey between Earth and Sky. While pop music sometimes leans towards a lighter touch, Sarakiniko pulls us back to gravity; its rocky mass creates a tension that is an expression of the abyss .\"  \n\nhttps://sarakiniko.bandcamp.com/track/avant-jour",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}