Information about plays

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

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

{
    "id": 3562005,
    "uri": "https://api.kexp.org/v2/plays/3562005/?format=api",
    "airdate": "2025-10-06T11:42:54-07:00",
    "show": 64763,
    "show_uri": "https://api.kexp.org/v2/shows/64763/?format=api",
    "image_uri": "https://ia802809.us.archive.org/10/items/mbid-50eb2898-72cd-42fd-ad5d-939f0bb0ce9d/mbid-50eb2898-72cd-42fd-ad5d-939f0bb0ce9d-6220269502_thumb500.jpg",
    "thumbnail_uri": "https://ia802809.us.archive.org/10/items/mbid-50eb2898-72cd-42fd-ad5d-939f0bb0ce9d/mbid-50eb2898-72cd-42fd-ad5d-939f0bb0ce9d-6220269502_thumb250.jpg",
    "song": "Blue Train",
    "track_id": "f4e697c6-dcbc-3ef6-b7dd-1e4a6762aacb",
    "recording_id": "c9534c0f-a6e6-49bf-a126-f37e44adec4f",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "Blue Train",
    "release_id": "50eb2898-72cd-42fd-ad5d-939f0bb0ce9d",
    "release_group_id": "12349ce8-2087-3d16-93da-70cd65621774",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2003-08-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#570 on YOUR countdown of the greatest albums of all-time.\n\nThe album was recorded during Coltrane's residency at the Five Spot as a member of the Thelonious Monk quartet. The sextet includes Coltrane's Miles Davis bandmates, Paul Chambers on bass and Philly Joe Jones on drums; pianist Kenny Drew; and up-and-coming jazz musician trumpeter Lee Morgan and trombonist Curtis Fuller (who both were later members of Art Blakey's Jazz Messengers). \n\nhttps://www.johncoltrane.com/\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}