Information about plays

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

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

{
    "id": 3641399,
    "uri": "https://api.kexp.org/v2/plays/3641399/?format=api",
    "airdate": "2026-04-13T02:36:44-07:00",
    "show": 66439,
    "show_uri": "https://api.kexp.org/v2/shows/66439/?format=api",
    "image_uri": "https://coverartarchive.org/release/a693e5f2-42c8-4f59-a670-f3aff6586fe5/13486638538-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a693e5f2-42c8-4f59-a670-f3aff6586fe5/13486638538-250.jpg",
    "song": "Ife",
    "track_id": null,
    "recording_id": "6c7c71c5-223c-4953-ac6c-c0a18067c56b",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Big Fun",
    "release_id": null,
    "release_group_id": "7b44726d-0077-39c0-8525-129e59c8e496",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1974-04-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sprawling Directions from Miles & Co. Big Fun is part of the takes of the Bitches Brew sessions featuring Lonnie Smith on Keybaords, Michael Henderson on Bass, Al Foster on Drums to name a few. The sessions taken from Big Fun show Miles & Co horts at their most Sound Scape/ World building and sonic palletes of shifting colors and auras vibe",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}