Information about plays

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

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

{
    "id": 3548108,
    "uri": "https://api.kexp.org/v2/plays/3548108/?format=api",
    "airdate": "2025-09-02T19:14:03-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Paco la Calle",
    "track_id": null,
    "recording_id": null,
    "artist": "Grupo Los Yoyi",
    "artist_ids": [],
    "album": "Yoyi",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Castro ring-fenced Cuba with an embargo on, among other things, Western music, the ‘Yoyi’ album had a sound more left of centre than what was normally allowed to be recorded there at the time. It subtly and covertly flirts with disco, jazz-funk, and electronic sounds coming from the US and Europe. It is probably best known for the space funk, bubbly club cut 'Paco La Calle’. \n\nhttps://us.mrbongo.com/products/yoyi-vinyl-lp-cd?_pos=1&_sid=261b50be9&_ss=r",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}