Information about plays

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

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

{
    "id": 3580705,
    "uri": "https://api.kexp.org/v2/plays/3580705/?format=api",
    "airdate": "2025-11-20T16:59:20-08:00",
    "show": 65163,
    "show_uri": "https://api.kexp.org/v2/shows/65163/?format=api",
    "image_uri": "https://ia904508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb500.jpg",
    "thumbnail_uri": "https://ia904508.us.archive.org/20/items/mbid-5494abde-9aae-472a-bce5-72931cbfbad2/mbid-5494abde-9aae-472a-bce5-72931cbfbad2-8314007591_thumb250.jpg",
    "song": "Sally Cinnamon",
    "track_id": "3303ca5b-bc68-4897-8471-761d06773bb6",
    "recording_id": "b794da10-a7ca-45c1-8940-b7ed8d1e56a0",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Very Best of the Stone Roses",
    "release_id": "5494abde-9aae-472a-bce5-72931cbfbad2",
    "release_group_id": "22294667-d565-3828-98b8-8ccc240eeff9",
    "labels": [
        "Silvertone Records"
    ],
    "label_ids": [
        "82307007-21d1-48c0-a31f-b89d9b1811de"
    ],
    "release_date": "2002-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Mani, bassist for The Stone Roses (and Primal Scream), who died today at the age of 63.\n\nhttps://pitchfork.com/news/stone-roses-and-primal-scream-bassist-gary-mani-mounfield-dies-at-63/\n--\n\"Sally Cinnamon\" is a single released by the band the Stone Roses in 1987. The song was the second single released by The Stone Roses, and was released before bassist Mani joined the band. It was not included in their first studio album two years later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}