Information about plays

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

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

{
    "id": 3564622,
    "uri": "https://api.kexp.org/v2/plays/3564622/?format=api",
    "airdate": "2025-10-13T16:31:14-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Twilight",
    "track_id": null,
    "recording_id": null,
    "artist": "Ya Tseen, Pink Siifu, Sidibe",
    "artist_ids": [],
    "album": "Stand on My Shoulders",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Sub Pop"
    ],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Nicholas Galanin / Yéil Ya Tseen is a Tlingit and Unangax̂ multi-disciplinary artist and musician from Alaska. His work often explores a dialogue of change and identity between Native and non-Native communities.\n--\nThe Tlingit or Lingít are Indigenous peoples of the Pacific Northwest Coast of North America. A majority of the population are Alaska Natives.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}