Information about plays

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

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

{
    "id": 3548265,
    "uri": "https://api.kexp.org/v2/plays/3548265/?format=api",
    "airdate": "2025-09-03T03:46:19-07:00",
    "show": 64460,
    "show_uri": "https://api.kexp.org/v2/shows/64460/?format=api",
    "image_uri": "https://ia904509.us.archive.org/14/items/mbid-b0c379a9-30a2-43e9-bb93-ef62283f0f34/mbid-b0c379a9-30a2-43e9-bb93-ef62283f0f34-27645336918_thumb500.jpg",
    "thumbnail_uri": "https://dn721805.ca.archive.org/0/items/mbid-b0c379a9-30a2-43e9-bb93-ef62283f0f34/mbid-b0c379a9-30a2-43e9-bb93-ef62283f0f34-27645336918_thumb250.jpg",
    "song": "Murder on the Dancefloor",
    "track_id": "30bd0a5b-12b9-3a2c-8f3c-ba184df9dffd",
    "recording_id": "f3269c13-ca32-4115-bfab-5dc6082ed9e0",
    "artist": "Sophie Ellis‐Bextor",
    "artist_ids": [
        "c4b87e45-c07a-460f-9c58-8d15328e2964"
    ],
    "album": "Read My Lips",
    "release_id": "b0c379a9-30a2-43e9-bb93-ef62283f0f34",
    "release_group_id": "c8fce3c2-76f4-347b-b9b7-649249bbf99b",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2001-08-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "2001 - Sophie Ellis-Bextor released her debut studio album, Read My Lips. It features “Murder on the Dancefloor.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}