Information about plays

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

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

{
    "id": 3605580,
    "uri": "https://api.kexp.org/v2/plays/3605580/?format=api",
    "airdate": "2026-01-17T16:51:00-08:00",
    "show": 65676,
    "show_uri": "https://api.kexp.org/v2/shows/65676/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ouroboros (radio edit)",
    "track_id": "df330d47-1118-4a06-bb54-c1ea14dc12a5",
    "recording_id": "75800d46-f629-4446-b268-e4978892c260",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Goat",
    "release_id": "f7b0456a-21bd-4eda-b150-4c8ce412a16d",
    "release_group_id": "cb134247-bcfd-43c1-86aa-6cbca0191e50",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-10-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Swedish psych-rockers Goat! --- An Ouroboros is a circular symbol depicting a snake, or less commonly a dragon, swallowing its tail, as an emblem of wholeness or infinity. https://goat.bandcamp.com/album/goat",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}