Information about plays

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

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

{
    "id": 3561214,
    "uri": "https://api.kexp.org/v2/plays/3561214/?format=api",
    "airdate": "2025-10-04T13:04:12-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?format=api",
    "image_uri": "https://ia801703.us.archive.org/12/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb500.jpg",
    "thumbnail_uri": "https://ia801703.us.archive.org/12/items/mbid-31b82de4-8696-4003-a6bb-667a109fcda0/mbid-31b82de4-8696-4003-a6bb-667a109fcda0-12113047273_thumb250.jpg",
    "song": "Band on the Run",
    "track_id": "ca54228b-4b9e-3ff1-81de-e1402b1a1f20",
    "recording_id": "db6c7347-34e9-4023-acf4-a1ce6d0f409b",
    "artist": "Paul McCartney & Wings",
    "artist_ids": [
        "d922d727-240a-4432-9a88-05a7cf9bc403"
    ],
    "album": "Band on the Run",
    "release_id": "31b82de4-8696-4003-a6bb-667a109fcda0",
    "release_group_id": "2b678170-1c4e-3e61-b18c-f889fc1537b3",
    "labels": [
        "Apple Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910"
    ],
    "release_date": "1973-12-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Support Public Media! Donate today: https://www.kexp.org/donate/\n\nCounting down the Listener's Top Albums of all time!\n\n#729 Paul McCartney & Wings - Band on the Run\n---\n“Band on the Run” by Paul McCartney and Wings opens with a palpable sense of adventure, whisking listeners away on a melodic journey that feels both timeless and invigorating. The blend of soaring harmonies and rhythmic shifts captures the essence of breaking free, a theme that resonates deeply. Its upbeat tempo and layered instrumentation create an uplifting soundscape that perfectly sets the stage for the rest of the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}