Information about plays

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

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

{
    "id": 3640280,
    "uri": "https://api.kexp.org/v2/plays/3640280/?format=api",
    "airdate": "2026-04-10T12:26:34-07:00",
    "show": 66415,
    "show_uri": "https://api.kexp.org/v2/shows/66415/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-9e64ad28-54b6-44c7-9573-8a965b3a0a4f/mbid-9e64ad28-54b6-44c7-9573-8a965b3a0a4f-31707445203_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-9e64ad28-54b6-44c7-9573-8a965b3a0a4f/mbid-9e64ad28-54b6-44c7-9573-8a965b3a0a4f-31707445203_thumb250.jpg",
    "song": "The Hardest Cut",
    "track_id": "01c951bc-f14b-4d26-a49f-0d36e8e491bd",
    "recording_id": "d8cb6ed9-00b2-41fe-b833-72b96f7ad929",
    "artist": "Spoon",
    "artist_ids": [
        "84eac621-1c5a-49a1-9500-555099c6e184"
    ],
    "album": "Lucifer on the Sofa",
    "release_id": "9e64ad28-54b6-44c7-9573-8a965b3a0a4f",
    "release_group_id": "0ea1a9de-547e-4317-a747-f7b2ffb54274",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2022-02-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The Hardest Cut\" comes from Spoon's most recent full-length release, 'Lucifer on the Sofa' from 2022. https://spoontheband.bandcamp.com/\n\nYou can read Cheryl's wonderful interview with Britt Daniel about this album: https://www.kexp.org/read/2022/2/11/and-lucifer-makes-10-cheryl-waters-spoon-conversation/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}