Information about plays

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

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

{
    "id": 3578558,
    "uri": "https://api.kexp.org/v2/plays/3578558/?format=api",
    "airdate": "2025-11-15T16:42:47-08:00",
    "show": 65119,
    "show_uri": "https://api.kexp.org/v2/shows/65119/?format=api",
    "image_uri": "https://ia601401.us.archive.org/6/items/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590-3419664797_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/6/items/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590/mbid-a8e2b54c-fa39-4dd4-8704-bb72c7d15590-3419664797_thumb250.jpg",
    "song": "Hey Ladies",
    "track_id": "4bb33ccf-f02f-31f6-ad4d-6f8df93e1c88",
    "recording_id": "03cc8612-0a03-416f-9b49-cde52cfd8762",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Paul’s Boutique",
    "release_id": "a8e2b54c-fa39-4dd4-8704-bb72c7d15590",
    "release_group_id": "b534aa01-d621-31ba-9278-38a500e3cdca",
    "labels": [
        "BMG Direct Marketing, Inc.",
        "Capitol Records"
    ],
    "label_ids": [
        "9a7d39a4-a887-40f3-a645-a9a136d1f13f",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The main sample on this track is from \"Machine Gun\" by the Commodores, but it also uses bits of \"Jungle Boogie\" by Kool and the Gang, \"Shake your Pants\" by Cameo, and \"Hey DJ\" by Malcolm McLaren and the World Famous Supreme Team (the \"get funky\" line) and many more. The \"Hey Ladies\" line come from Kurtis Blow on his 1983 cut \"Party Time.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}