Information about plays

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

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

{
    "id": 3611605,
    "uri": "https://api.kexp.org/v2/plays/3611605/?format=api",
    "airdate": "2026-01-31T21:16:04-08:00",
    "show": 65808,
    "show_uri": "https://api.kexp.org/v2/shows/65808/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Breakdown",
    "track_id": null,
    "recording_id": null,
    "artist": "Panel",
    "artist_ids": [
        "405c162e-d921-42a1-be02-37bdf1f27cad"
    ],
    "album": "A Great Time to Be an Empath",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Anxious and Angry"
    ],
    "label_ids": [
        "aae8cb01-58fc-4551-b1a3-5fe34c061739"
    ],
    "release_date": "2025-06-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minneapolis band featuring members of The Soviettes and Bermuda Squares.\n\nhttps://panelpanelbobanel.bandcamp.com/album/a-great-time-to-be-an-empath",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}