Information about plays

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

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

{
    "id": 3635612,
    "uri": "https://api.kexp.org/v2/plays/3635612/?format=api",
    "airdate": "2026-03-30T14:01:03-07:00",
    "show": 66322,
    "show_uri": "https://api.kexp.org/v2/shows/66322/?format=api",
    "image_uri": "https://ia800100.us.archive.org/26/items/mbid-2e2f6eb0-c282-3494-95af-28824bb39392/mbid-2e2f6eb0-c282-3494-95af-28824bb39392-8015478242_thumb500.jpg",
    "thumbnail_uri": "https://dn711301.ca.archive.org/0/items/mbid-2e2f6eb0-c282-3494-95af-28824bb39392/mbid-2e2f6eb0-c282-3494-95af-28824bb39392-8015478242_thumb250.jpg",
    "song": "Rock & Roll (full-length version)",
    "track_id": "9c32af5a-5bed-386b-9bf7-2e26f8d97c7a",
    "recording_id": "4ba69e1e-4c62-4a64-80af-efb48b815819",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": "4be9d91f-6ed7-34b8-aa5e-45be79819273",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Here's an in-depth essay about The Velvet Underground's fourth album, \"Loaded,\" which featured such songs as \"Who Loves the Sun,\" \"Sweet Jane,\" and this one, the Lou Reed-composed \"Rock & Roll.\": https://tidal.com/magazine/article/velvet-underground-loaded-at-50/1-75359",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}