Information about plays

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

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

{
    "id": 3564624,
    "uri": "https://api.kexp.org/v2/plays/3564624/?format=api",
    "airdate": "2025-10-13T16:38:36-07:00",
    "show": 64827,
    "show_uri": "https://api.kexp.org/v2/shows/64827/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Indomitable",
    "track_id": null,
    "recording_id": null,
    "artist": "DJ SHUB",
    "artist_ids": [],
    "album": "PowWowStep",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2016-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Shub (aka Dan General) is nicknamed the ‘Godfather of PowWowStep’ and has found success both in his solo career with his 2020 album ‘War Club’ and as a former member of the group ‘A Tribe Called Red’.\n--\nThe Mohawk are an Indigenous people of North America and the easternmost nation of the Haudenosaunee, or Iroquois Confederacy with communities in southeastern Canada and northern New York State, primarily around Lake Ontario and the St. Lawrence River.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}