Information about plays

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

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

{
    "id": 3562540,
    "uri": "https://api.kexp.org/v2/plays/3562540/?format=api",
    "airdate": "2025-10-08T02:54:02-07:00",
    "show": 64776,
    "show_uri": "https://api.kexp.org/v2/shows/64776/?format=api",
    "image_uri": "https://dn721606.ca.archive.org/0/items/mbid-7919e0f8-57f8-470c-9e26-d01fdd854031/mbid-7919e0f8-57f8-470c-9e26-d01fdd854031-41296517355_thumb500.jpg",
    "thumbnail_uri": "https://dn721606.ca.archive.org/0/items/mbid-7919e0f8-57f8-470c-9e26-d01fdd854031/mbid-7919e0f8-57f8-470c-9e26-d01fdd854031-41296517355_thumb250.jpg",
    "song": "Cinderella",
    "track_id": "4490b4fc-2268-4d97-97eb-5e1f7afbddfc",
    "recording_id": "67dee4c5-68ac-4217-8321-b6dbf29ae8f4",
    "artist": "Model/Actriz",
    "artist_ids": [
        "1b6bd9dc-c944-4937-94ec-b2276141fa36"
    ],
    "album": "Pirouette",
    "release_id": "7919e0f8-57f8-470c-9e26-d01fdd854031",
    "release_group_id": "a88a72a7-6997-4327-a644-24c840c644f8",
    "labels": [
        "True Panther Sounds",
        "Dirty Hit"
    ],
    "label_ids": [
        "83d836ec-fd29-4761-890a-9e0053c25635",
        "00912541-da5c-400f-9ea5-dde92828aa6a"
    ],
    "release_date": "2025-05-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing October 4 at the Independent // October 7 at Neumos - https://modelactriz.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}