Information about plays

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

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

{
    "id": 3643566,
    "uri": "https://api.kexp.org/v2/plays/3643566/?format=api",
    "airdate": "2026-04-18T07:39:14-07:00",
    "show": 66484,
    "show_uri": "https://api.kexp.org/v2/shows/66484/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Lights",
    "track_id": null,
    "recording_id": null,
    "artist": "Chase Woods, Kyla Greening",
    "artist_ids": [],
    "album": "Lights",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Māori\t\n\nWirihana Nikora adopted the stage name Chase Woods, inspired by a saying shared with his brother about “chasing giants”, pursuing those you look up to. Born and raised in Palmerston North, Woods has been building his fanbase since 2021 with a steady stream of singles and EPs. His autobiographical lyrics often explore his experiences growing up as a young Māori boy.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}