Information about plays

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

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

{
    "id": 3517688,
    "uri": "https://api.kexp.org/v2/plays/3517688/?format=api",
    "airdate": "2025-06-23T04:05:16-07:00",
    "show": 63814,
    "show_uri": "https://api.kexp.org/v2/shows/63814/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Yawk Yawk",
    "track_id": null,
    "recording_id": null,
    "artist": "WILDFIRE MANWURRK",
    "artist_ids": [],
    "album": "The Next Future",
    "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": "Aboriginal Australian\n--\nWILDFIRE MANWURRK is passionate about sharing traditional knowledge alongside the harsh contemporary realities its community faces, weaving ancient stories and songlines, with metal, rock, and punk music.\nhttps://www.abc.net.au/news/2023-08-19/arnhem-land-rock-band-wildfire-manwurrk-sings-in-kune-language/102744274",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}