Information about plays

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

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

{
    "id": 3588795,
    "uri": "https://api.kexp.org/v2/plays/3588795/?format=api",
    "airdate": "2025-12-09T05:59:16-08:00",
    "show": 65329,
    "show_uri": "https://api.kexp.org/v2/shows/65329/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mystic Man",
    "track_id": "26c97f18-e66d-419f-9b13-3fd843d46626",
    "recording_id": "1c3584ea-7b1d-4180-ac69-51bc9ada72fa",
    "artist": "Peter Tosh",
    "artist_ids": [
        "7db6aae5-6644-4513-9bfc-ca2e79d4469c"
    ],
    "album": "Mystic Man",
    "release_id": "677baa7e-e791-4cde-b05d-3d26f25009bd",
    "release_group_id": "ba44cd3b-4f20-3b88-9e80-b88250756ccf",
    "labels": [
        "EMI Germany"
    ],
    "label_ids": [
        "52652435-63e5-4339-99e3-ba87098d7faa"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Winston Hubert McIntosh, better known as Peter Tosh, core member of The Wailers and a prolific solo artist, was born in Westmoreland, Jamaica in 1944. \n\nTosh's work championed freedom and the fight against injustice. He emphasized the connection between music and revolution. Despite facing persecution, Tosh remained steadfast in his convictions. His resilience and unwavering commitment to his beliefs left an indelible mark on the world.\n\nCheckout a full history of Tosh's career here: https://www.petertosh.com/history",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}