Information about plays

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

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

{
    "id": 3629161,
    "uri": "https://api.kexp.org/v2/plays/3629161/?format=api",
    "airdate": "2026-03-15T06:52:35-07:00",
    "show": 66186,
    "show_uri": "https://api.kexp.org/v2/shows/66186/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "eclipses",
    "track_id": null,
    "recording_id": null,
    "artist": "Gollden + IKSRE",
    "artist_ids": [],
    "album": "gentle voices, vol. 1",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "cloud collecting/Echoes Blue Music"
    ],
    "label_ids": [],
    "release_date": "2026-03-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mesmerizing collaboration between Canadian artist Gollden and Australian artist IKSRE featured on the brand new 'gentle voices, vol. 1' compilation that spotlights 20 different women artists from all over the world, and also marks the inaugural release on Cynthia Bernard's cloud collecting label ~ https://echoesblue.bandcamp.com/album/gentle-voices-vol-1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}