Information about plays

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

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

{
    "id": 3592675,
    "uri": "https://api.kexp.org/v2/plays/3592675/?format=api",
    "airdate": "2025-12-18T12:25:03-08:00",
    "show": 65410,
    "show_uri": "https://api.kexp.org/v2/shows/65410/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Made of Stone",
    "track_id": "4f50d048-736d-4448-8c33-03a6e55d559c",
    "recording_id": "cff3b1d2-746e-4424-a857-a0b03fbb0283",
    "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": "Gary \"Mani\" Mounfield, bassist for legendary Manchester band The Stone Roses, died at the age of 63 in November.\n\nMounfield's bass playing was an integral part of the Stone Roses' \"baggy\" sound, and later reunited with his bandmates for their comeback tour in 2012.\n\nHe joined another seminal group, Primal Scream, in 1996 and played with them for 15 years. \n\nhttps://www.bbc.com/news/articles/c04g4x0kkdpo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}