Information about plays

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

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

{
    "id": 3596235,
    "uri": "https://api.kexp.org/v2/plays/3596235/?format=api",
    "airdate": "2025-12-26T10:45:44-08:00",
    "show": 65478,
    "show_uri": "https://api.kexp.org/v2/shows/65478/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Under No Nation",
    "track_id": null,
    "recording_id": "64be3743-ec9b-4661-a426-e35a60c4f5f3",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Oh Death",
    "release_id": null,
    "release_group_id": "3fd2c3a0-13f5-41ba-abbd-bdf261f8ba52",
    "labels": [
        "Rocket Recordings"
    ],
    "label_ids": [
        "d681d3ce-6af2-4661-8b49-fc3d20f390a5"
    ],
    "release_date": "2022-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "GOAT is playing 2 nights at The Pearl in Vancouver on July 12th and 13th! The 12th is sold out, but the 13th still has tickets available! https://thepearlvancouver.com/tm-event/goat/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}