Information about plays

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

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

{
    "id": 3636871,
    "uri": "https://api.kexp.org/v2/plays/3636871/?format=api",
    "airdate": "2026-04-02T13:00:24-07:00",
    "show": 66345,
    "show_uri": "https://api.kexp.org/v2/shows/66345/?format=api",
    "image_uri": "https://coverartarchive.org/release/c1cbc45e-4246-39bc-a518-4c7bce9500b7/24514740997-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c1cbc45e-4246-39bc-a518-4c7bce9500b7/24514740997-250.jpg",
    "song": "I’ve Got My Music (original vocal version of ‘Turn on Some Music’)",
    "track_id": null,
    "recording_id": "9910cc74-e618-4c5a-8b3c-098d50af492e",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Midnight Love & The Sexual Healing Sessions",
    "release_id": null,
    "release_group_id": "2ee5696c-eeac-36a2-91c4-7332654a0076",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1998-11-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Thursday and welcome to The Afternoon Show with the fabulous Larry Mizell, Jr. and the wonderful producer Sharlese! It’s OG Thursday and we’re focusing on the extraordinary career of soul singer, songwriter, and producer Marvin Gaye, born on this date in 1939! Thanks so much for joining us!\n--\n\"I've Got My Music\" is the original vocal version of Marvin Gaye's 1982 song \"Turn on Some Music,\" recorded during the \"Midnight Love\" era and featured on various reissues and compilations.\n--\nSomeone wrote, \"You  know you can sing when you don't need any background music to carry the harmony. Incredible.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}