Information about plays

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

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

{
    "id": 3568902,
    "uri": "https://api.kexp.org/v2/plays/3568902/?format=api",
    "airdate": "2025-10-23T10:32:05-07:00",
    "show": 64911,
    "show_uri": "https://api.kexp.org/v2/shows/64911/?format=api",
    "image_uri": "https://ia803107.us.archive.org/2/items/mbid-8eecd582-ed2a-3e39-9237-f64448a854d5/mbid-8eecd582-ed2a-3e39-9237-f64448a854d5-29737540510_thumb500.jpg",
    "thumbnail_uri": "https://ia803107.us.archive.org/2/items/mbid-8eecd582-ed2a-3e39-9237-f64448a854d5/mbid-8eecd582-ed2a-3e39-9237-f64448a854d5-29737540510_thumb250.jpg",
    "song": "Seeing Other People",
    "track_id": "f8864244-e65f-3b14-b429-616a3c5cc6af",
    "recording_id": "2822380b-f128-419a-b6d8-4eb3bbe358ad",
    "artist": "Belle and Sebastian",
    "artist_ids": [
        "e5c7b94f-e264-473c-bb0f-37c85d4d5c70"
    ],
    "album": "If You’re Feeling Sinister",
    "release_id": "8eecd582-ed2a-3e39-9237-f64448a854d5",
    "release_group_id": "66be5deb-75d5-3737-9037-1c745891d3ec",
    "labels": [
        "The Enclave"
    ],
    "label_ids": [
        "cffac6a1-76af-46b8-8a73-824c47f18b61"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "If You're Feeling Sinister is the second album by the Scottish indie pop band Belle and Sebastian. It was released in 1996 on Jeepster Records in the United Kingdom and in 1997 by Matador Records in the United States.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}