Information about plays

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

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

{
    "id": 3635577,
    "uri": "https://api.kexp.org/v2/plays/3635577/?format=api",
    "airdate": "2026-03-30T11:56:37-07:00",
    "show": 66321,
    "show_uri": "https://api.kexp.org/v2/shows/66321/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-5c8a57aa-3174-4355-8abd-9cf5947a27de/mbid-5c8a57aa-3174-4355-8abd-9cf5947a27de-18618339940_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-5c8a57aa-3174-4355-8abd-9cf5947a27de/mbid-5c8a57aa-3174-4355-8abd-9cf5947a27de-18618339940_thumb250.jpg",
    "song": "These Eyes",
    "track_id": "b09b256f-215a-4270-be6a-a91ffacd75cd",
    "recording_id": "7ead8e1f-018d-4f71-9d67-80a8eb41cf24",
    "artist": "The Guess Who",
    "artist_ids": [
        "4c567499-3a26-40e3-9471-20feb6c73767"
    ],
    "album": "Wheatfield Soul",
    "release_id": "5c8a57aa-3174-4355-8abd-9cf5947a27de",
    "release_group_id": "edb642d7-4087-32f8-8bfd-49b6912e89b0",
    "labels": [
        "Nimbus 9 Records"
    ],
    "label_ids": [
        "30a6d75c-f2d9-4e9d-a01b-7f0829f74257"
    ],
    "release_date": "1969-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Seattle's Climate Pledge Arena (with special guest Don Felder) on August 22nd!\n\nWheatfield Soul is the fourth studio album by the Canadian rock band the Guess Who, released in March 1969. The album is notable for being the first full-length Guess Who album to feature Burton Cummings exclusively on lead vocals, without original lead singer Chad Allan.\n\nhttps://www.theguesswho.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}