Information about plays

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

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

{
    "id": 3592740,
    "uri": "https://api.kexp.org/v2/plays/3592740/?format=api",
    "airdate": "2025-12-18T16:32:03-08:00",
    "show": 65412,
    "show_uri": "https://api.kexp.org/v2/shows/65412/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "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": "Celebrating, Mani, bassist for The Stone Roses (and Primal Scream), who died in November.\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.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}