Information about plays

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

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

{
    "id": 3564620,
    "uri": "https://api.kexp.org/v2/plays/3564620/?format=api",
    "airdate": "2025-10-13T16:25:43-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "NAOKO",
    "track_id": null,
    "recording_id": null,
    "artist": "Ziibiwan",
    "artist_ids": [
        "fb0b83fa-c1e1-453e-bfba-01e9f90490d8"
    ],
    "album": null,
    "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": "Ziibiwan is a Two-Spirit Anishinaabe Tkaronto based electronic musician/producer with a no-holds-barred approach to production.\n--\n\"Two-Spirit Anishinaabe Tkaronto\" refers to the intersection of being Two-Spirit, a modern umbrella term for Indigenous people who embody both masculine and feminine spirits, with an Anishinaabe identity within the area known as Tkaronto (Toronto). This identity involves reclaiming traditional roles, which were historically respected, despite the suppression and marginalization caused by colonialism. In the Anishinaabe language, the term is niizh manidoowag.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}