Information about plays

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

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

{
    "id": 3592585,
    "uri": "https://api.kexp.org/v2/plays/3592585/?format=api",
    "airdate": "2025-12-18T07:18:28-08:00",
    "show": 65409,
    "show_uri": "https://api.kexp.org/v2/shows/65409/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Give a Little Bit",
    "track_id": "9b148823-0e07-44bb-bb2c-41b32242fcb6",
    "recording_id": "701bfb7a-e660-4133-ae11-21734d27c734",
    "artist": "Supertramp",
    "artist_ids": [
        "d2ff6b6b-fc30-48dc-8952-06f9d8fc64f8"
    ],
    "album": "Even in the Quietest Moments…",
    "release_id": "c2f96c61-6238-4cb8-9c5f-68c30f36e9a5",
    "release_group_id": "c4b68591-5d85-393e-9c97-d42a0d89900c",
    "labels": [
        "A&M Records"
    ],
    "label_ids": [
        "35515729-1f2c-4cc9-9390-9af2764bc56c"
    ],
    "release_date": "1977-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rick Davies, singer and co-founder of Supertramp, died on September 6th from cancer (multiple myeloma).\n\nHe is survived by his wife, Sue, who had been Supertramp’s manager since 1984.\nhttps://www.theguardian.com/music/2025/sep/12/rick-davies-obituary\n--\nThough he no longer recalls precisely where or when “Give a Little Bit” was written, songwriter Roger Hodgson explains, “I’ve always known that love is what I long for, what I want, what I believe we’re here to learn, ultimately.” : https://www.mixonline.com/recording/classic-tracks-supertramp-give-a-little-bit",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}