Information about plays

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

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

{
    "id": 3571755,
    "uri": "https://api.kexp.org/v2/plays/3571755/?format=api",
    "airdate": "2025-10-30T09:07:02-07:00",
    "show": 64972,
    "show_uri": "https://api.kexp.org/v2/shows/64972/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Main Theme",
    "track_id": null,
    "recording_id": null,
    "artist": "The Legend of Zelda: Breath of the Wild",
    "artist_ids": [],
    "album": "The Legend of Zelda: Breath of the Wild Soundtrack",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-06-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can pre-order your double-LP or 8-LP Box Set as limited-edition colored vinyl or standard black vinyl and featuring archival artwork created by the game development team.\n\nThe record is set to arrive June 19, 2026\nhttp://bit.ly/4hvSGII",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}