Information about plays

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

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

{
    "id": 3554123,
    "uri": "https://api.kexp.org/v2/plays/3554123/?format=api",
    "airdate": "2025-09-17T09:26:24-07:00",
    "show": 64585,
    "show_uri": "https://api.kexp.org/v2/shows/64585/?format=api",
    "image_uri": "https://dn721309.ca.archive.org/0/items/mbid-6d00e420-1b92-41f5-8b9e-df51cc7644e5/mbid-6d00e420-1b92-41f5-8b9e-df51cc7644e5-41730645445_thumb500.jpg",
    "thumbnail_uri": "https://dn721309.ca.archive.org/0/items/mbid-6d00e420-1b92-41f5-8b9e-df51cc7644e5/mbid-6d00e420-1b92-41f5-8b9e-df51cc7644e5-41730645445_thumb250.jpg",
    "song": "Susan",
    "track_id": "25cd6c61-73c6-473c-bf88-070333c83133",
    "recording_id": "ec175ed8-53e1-48b9-8f57-cc3815a4aec2",
    "artist": "Bleary Eyed",
    "artist_ids": [
        "005824da-bc84-4bce-a955-f579a4d83c29"
    ],
    "album": "Easy",
    "release_id": "6d00e420-1b92-41f5-8b9e-df51cc7644e5",
    "release_group_id": "3c2acbe7-91d4-49d7-826e-953b71757936",
    "labels": [
        "Born Losers Records"
    ],
    "label_ids": [
        "d7fa0dd1-27a9-4252-b07e-56df1300ca99"
    ],
    "release_date": "2025-07-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "How GREAT is this song? It's a rhetorical question because clearly it's dancetastic, shoegazy, and great.\n\nhttps://blearyeyed.bandcamp.com/\n\nSWIRLIES played their first show in Allson, MA and Bleary Eyed is playing there at O'Brien's Pub on September 27.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}