Information about plays

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

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

{
    "id": 3548691,
    "uri": "https://api.kexp.org/v2/plays/3548691/?format=api",
    "airdate": "2025-09-04T04:00:09-07:00",
    "show": 64468,
    "show_uri": "https://api.kexp.org/v2/shows/64468/?format=api",
    "image_uri": "https://coverartarchive.org/release/432048e8-9f82-4d67-a29d-781a8df28475/12676938708-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/432048e8-9f82-4d67-a29d-781a8df28475/12676938708-250.jpg",
    "song": "John McLaughlin",
    "track_id": null,
    "recording_id": "814a41d5-5c62-4f94-ad38-059ffd3940fa",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Bitches Brew",
    "release_id": null,
    "release_group_id": "a9e30282-5b37-3f92-b897-b9659a1a312b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the twenty-seventh full-length studio album by American jazz trumpeter Miles Davis. The musicians on this track include (but are not limited to) Wayne Shorter (sax), Joe Zawinul and Chick Corea (piano), and namesake John McLaughlin on electric guitar. : https://jazztimes.com/features/profiles/miles-davis-and-the-making-of-bitches-brew-sorcerers-brew/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}