Information about plays

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

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

{
    "id": 3600157,
    "uri": "https://api.kexp.org/v2/plays/3600157/?format=api",
    "airdate": "2026-01-04T13:28:11-08:00",
    "show": 65562,
    "show_uri": "https://api.kexp.org/v2/shows/65562/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cherry‐Coloured Funk",
    "track_id": "efa9ed9a-b51c-331a-b4e9-27feada6bb7f",
    "recording_id": "6493b1ac-87ca-4da5-8eaa-db254186e702",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Heaven or Las Vegas",
    "release_id": "8d8bd2c6-f879-48a2-b632-fcce973df5f6",
    "release_group_id": "12fab6b9-4eaf-33b0-963e-cae03ac332fe",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1990-09-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Robin Guthrie, Scottish musician, songwriter, composer, record producer, audio engineer, and co-founder of Cocteau Twins. He turns 63 today.\n\nhttps://robinguthrie.bandcamp.com/\nhttps://robinguthrie.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}