Information about plays

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

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

{
    "id": 3546915,
    "uri": "https://api.kexp.org/v2/plays/3546915/?format=api",
    "airdate": "2025-08-30T22:15:26-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Stress Fracture",
    "track_id": null,
    "recording_id": null,
    "artist": "Buddy Wynkoop",
    "artist_ids": [],
    "album": "Better Than Botox",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Joy Live"
    ],
    "label_ids": [],
    "release_date": "2025-03-26",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Buddy Wynkoop will be performing at:\n\n - Neck of the Woods in SF on October 3rd\n - Sunset Tavern in Seattle on October 8th\n - Real Art in Tacoma on October 9th\n - The Charleston in Bremerton, WA on October 10th\n - Swan Dive in Portland on October 11th\n\nhttps://buddywynkoop.bandcamp.com/\nhttps://www.buddywynkoop.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}