Information about plays

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

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

{
    "id": 3530709,
    "uri": "https://api.kexp.org/v2/plays/3530709/?format=api",
    "airdate": "2025-07-23T10:38:03-07:00",
    "show": 64091,
    "show_uri": "https://api.kexp.org/v2/shows/64091/?format=api",
    "image_uri": "https://ia601206.us.archive.org/0/items/mbid-99881164-db19-4a09-a591-047cde6f4f8d/mbid-99881164-db19-4a09-a591-047cde6f4f8d-19143306881_thumb500.jpg",
    "thumbnail_uri": "https://ia801206.us.archive.org/0/items/mbid-99881164-db19-4a09-a591-047cde6f4f8d/mbid-99881164-db19-4a09-a591-047cde6f4f8d-19143306881_thumb250.jpg",
    "song": "Sabbath Bloody Sabbath",
    "track_id": "10a50e27-affb-33ce-a77d-c51571d62de1",
    "recording_id": "a6cdcca5-4ca7-440d-a023-613d62bf006b",
    "artist": "The Cardigans",
    "artist_ids": [
        "3e55d51d-687f-4a9d-af96-2fabccf802e5"
    ],
    "album": "Life",
    "release_id": "99881164-db19-4a09-a591-047cde6f4f8d",
    "release_group_id": "cd3379ee-ab43-36d2-8c40-7318595bfcaf",
    "labels": [
        "Minty Fresh Records"
    ],
    "label_ids": [
        "ec44443b-b862-47e5-85a3-3db242d2789b"
    ],
    "release_date": "1996-02-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of the original 1973 song by Black Sabbath.\n\nLead singer Nina Persson said, \"It’s always great for me to do covers that originally were written and sung by men. It gives me a world of opportunities, because it really brings these really creepy feelings to it when a woman sings these lyrics that are often a little bit immature… or crap!\"\n\nhttp://www.cardigans.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}