Information about plays

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

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

{
    "id": 3582158,
    "uri": "https://api.kexp.org/v2/plays/3582158/?format=api",
    "airdate": "2025-11-24T01:54:44-08:00",
    "show": 65194,
    "show_uri": "https://api.kexp.org/v2/shows/65194/?format=api",
    "image_uri": "https://ia801308.us.archive.org/35/items/mbid-66852709-afc3-3a38-99fc-a1e95e61641b/mbid-66852709-afc3-3a38-99fc-a1e95e61641b-23117556711_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/35/items/mbid-66852709-afc3-3a38-99fc-a1e95e61641b/mbid-66852709-afc3-3a38-99fc-a1e95e61641b-23117556711_thumb250.jpg",
    "song": "Spanish Key",
    "track_id": "0e123beb-7bc9-3c27-9915-946748951986",
    "recording_id": "19b3dca2-97b8-4f3a-a78a-7e37b677af5d",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Bitches Brew",
    "release_id": "66852709-afc3-3a38-99fc-a1e95e61641b",
    "release_group_id": "a9e30282-5b37-3f92-b897-b9659a1a312b",
    "labels": [
        "Columbia",
        "Legacy"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "1999-06-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Wayne Shorter, Joe Zawinul, Chick Corea, John McLaughlin, Dave Holland, Bennie Maupin, Harvey Brooks and crew",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}