Information about plays

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

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

{
    "id": 3590193,
    "uri": "https://api.kexp.org/v2/plays/3590193/?format=api",
    "airdate": "2025-12-12T15:21:25-08:00",
    "show": 65356,
    "show_uri": "https://api.kexp.org/v2/shows/65356/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Last Bongo in Belgium",
    "track_id": null,
    "recording_id": "151922d9-b61d-4e75-8bd6-0f278baef730",
    "artist": "Incredible Bongo Band",
    "artist_ids": [
        "f72131c1-b677-4324-84c0-9f5991fe4a4e"
    ],
    "album": "Bongo Rock",
    "release_id": null,
    "release_group_id": "beeb6b52-d7f1-3cf4-9da4-eec7e1d59c02",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Shout Out to Aaron!\n---\nThe Incredible Bongo Band was a faux group (essentially just a studio project), formed by Pride record executive Michael Viner to create theme music for the film \"The Thing With Two Heads\". Following the success of the project, Viner then used MGM studio downtime to record funk-influenced covers of hits, using pick-up musicians. Although the \"group\" never existed as a true band, a team of individuals was assembled for a publicity photo. The group's best known work is probably their percussion-centric cover of \"Apache\", originally a worldwide hit in 1960 by The Shadows. It was later sampled heavily by hip hop artists (and, over a decade later, drum 'n' bass artists) to become one of the most popular sampled percussion breaks of all time.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}