Information about plays

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

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

{
    "id": 3563115,
    "uri": "https://api.kexp.org/v2/plays/3563115/?format=api",
    "airdate": "2025-10-09T17:47:15-07:00",
    "show": 64788,
    "show_uri": "https://api.kexp.org/v2/shows/64788/?format=api",
    "image_uri": "https://ia801605.us.archive.org/1/items/mbid-77d06b99-117a-3ba3-8230-69361ad7be91/mbid-77d06b99-117a-3ba3-8230-69361ad7be91-5164611493_thumb500.jpg",
    "thumbnail_uri": "https://ia601605.us.archive.org/1/items/mbid-77d06b99-117a-3ba3-8230-69361ad7be91/mbid-77d06b99-117a-3ba3-8230-69361ad7be91-5164611493_thumb250.jpg",
    "song": "A Love Supreme, Part 1: Acknowledgement",
    "track_id": "35ab1a75-cfc5-36ae-946c-a2e068b6f95d",
    "recording_id": "0827b81a-c1df-4601-9b63-226fd3d70feb",
    "artist": "John Coltrane",
    "artist_ids": [
        "b625448e-bf4a-41c3-a421-72ad46cdb831"
    ],
    "album": "A Love Supreme",
    "release_id": "77d06b99-117a-3ba3-8230-69361ad7be91",
    "release_group_id": "77cf47ba-58cd-3f3d-a5f9-79bf89860421",
    "labels": [
        "impulse!"
    ],
    "label_ids": [
        "93c3b044-2b4e-4239-a73b-8fb76f3e6ca9"
    ],
    "release_date": "1965-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#138 on the KEXP countdown...\n\nJohn Coltrane's A Love Supreme, recorded near the close of 1964 and released the following year, inhabits an exalted plane beyond the realm of most other albums, in any musical genre. Easily one of the most celebrated jazz recordings ever made.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}