Information about plays

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

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

{
    "id": 3545982,
    "uri": "https://api.kexp.org/v2/plays/3545982/?format=api",
    "airdate": "2025-08-28T18:39:41-07:00",
    "show": 64411,
    "show_uri": "https://api.kexp.org/v2/shows/64411/?format=api",
    "image_uri": "https://ia903208.us.archive.org/32/items/mbid-88c2978e-1d75-4895-aee8-8c0c15a6b59e/mbid-88c2978e-1d75-4895-aee8-8c0c15a6b59e-3475272522_thumb500.jpg",
    "thumbnail_uri": "https://ia803208.us.archive.org/32/items/mbid-88c2978e-1d75-4895-aee8-8c0c15a6b59e/mbid-88c2978e-1d75-4895-aee8-8c0c15a6b59e-3475272522_thumb250.jpg",
    "song": "Only Love Can Break Your Heart",
    "track_id": "56c51707-8271-3fa3-875b-6e94c73e1596",
    "recording_id": "44df019e-8c09-414d-9690-d09d27d49f4b",
    "artist": "Saint Etienne",
    "artist_ids": [
        "3997d4a6-c2bd-4191-8406-eb07f0abb5d2"
    ],
    "album": "Travel Edition 1990-2005",
    "release_id": "88c2978e-1d75-4895-aee8-8c0c15a6b59e",
    "release_group_id": "c87a5fd9-6758-3292-b127-8761de590ec7",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2004-11-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neil Young cover! Saint Etienne are a trio from England that is composed of Sarah Cracknell, Bob Stanley and Pete Wiggs. http://www.saintetienne.com/\n--\nWatch Neil Young perform Only Love Can Break Your Heart: https://youtu.be/WY3boTxnIvg?si=Q9UDENOYT9qQiYtz",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}