Information about plays

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

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

{
    "id": 3548066,
    "uri": "https://api.kexp.org/v2/plays/3548066/?format=api",
    "airdate": "2025-09-02T16:32:48-07:00",
    "show": 64456,
    "show_uri": "https://api.kexp.org/v2/shows/64456/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "COCO",
    "track_id": null,
    "recording_id": null,
    "artist": "Makara",
    "artist_ids": [
        "118fb53b-157c-4af2-b45c-3f81724a117e"
    ],
    "album": "Ngong Ngong",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On today’s edition In Our Headphones, Host Evie Stokes talks with KEXP DJ Diana Ratsamee about her dad’s musical influence and a trip back home to Thailand. There she discovered Makara and their new song “Coco.”\n\nYou can follow Makara on their Instagram here: https://www.instagram.com/makara_official.th/\n\nYou can listen to this episode, and past episodes of In Our Headphones here:\nhttps://www.kexp.org/podcasts/in-our-headphones/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}