Information about plays

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

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

{
    "id": 3551806,
    "uri": "https://api.kexp.org/v2/plays/3551806/?format=api",
    "airdate": "2025-09-11T18:37:26-07:00",
    "show": 64535,
    "show_uri": "https://api.kexp.org/v2/shows/64535/?format=api",
    "image_uri": "https://ia601308.us.archive.org/14/items/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6-11059969477_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/14/items/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6/mbid-081ea37e-db59-4332-8cd2-ad020cb93af6-11059969477_thumb250.jpg",
    "song": "Go Your Own Way",
    "track_id": "a3a8812d-5728-49e8-80de-9bb52ae8b74a",
    "recording_id": "66908b7f-050f-4e8d-82b0-a768a3d80c63",
    "artist": "Fleetwood Mac",
    "artist_ids": [
        "bd13909f-1c29-4c27-a874-d4aaf27c5b1a"
    ],
    "album": "Rumours",
    "release_id": "081ea37e-db59-4332-8cd2-ad020cb93af6",
    "release_group_id": "416bb5e5-c7d1-3977-8fd7-7c9daf6c2be6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1977-02-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This one's for Lynne!\n--\nLindsey Buckingham wrote this as a message to Stevie Nicks. It describes their breakup, with the most obvious line being, \"Packing up, shacking up is all you want to do,\" and concluding that he is better off without her - she can go her own way as far as he's concerned. Stevie insisted she never shacked up with anyone when they were going out, and wanted Lindsey to take out the line, but he refused.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}