Information about plays

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

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

{
    "id": 3616139,
    "uri": "https://api.kexp.org/v2/plays/3616139/?format=api",
    "airdate": "2026-02-11T11:15:56-08:00",
    "show": 65904,
    "show_uri": "https://api.kexp.org/v2/shows/65904/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Juice",
    "track_id": "39150f2a-d337-4820-987e-da50a71131ad",
    "recording_id": "002a63e7-38d2-4d6b-80d4-a0dfc8483ecd",
    "artist": "Champagne Bubblebath",
    "artist_ids": [
        "1bbf9eb2-240e-49ee-9fb8-d6cc55f3c6c6"
    ],
    "album": "Juice",
    "release_id": "9a8f0fc1-14cf-4653-a589-ef6fcb7b3ddb",
    "release_group_id": "56091dc7-4470-4153-8857-8ec70020062b",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-06",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle's CHAMPAGNE BUBBLEBATH features Grant Schroff, Ben Bloom and Jason Gray (Polyrhythmics) and Jimmy James (True Loves, Parlor Greens). \n\nTheir debut record \"Mixtape: Volume One\" is an inspired exploration that splits the difference between psych-soul and golden era instrumental hip hop. \n\nThe record drops March 20th!\n\nhttps://champagnebubblebath.bandcamp.com/album/mixtape-volume-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}