Information about plays

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

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

{
    "id": 3545203,
    "uri": "https://api.kexp.org/v2/plays/3545203/?format=api",
    "airdate": "2025-08-26T20:25:32-07:00",
    "show": 64396,
    "show_uri": "https://api.kexp.org/v2/shows/64396/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Melanin",
    "track_id": null,
    "recording_id": null,
    "artist": "Mas Musiq & Daliwonga",
    "artist_ids": [],
    "album": "Bas'tholile",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Daliwonga is a South African Amapiano singer, songwriter, and music producer born on June 4, 1994, in Diepkloof, Soweto. He started as a backing vocalist before breaking through as a solo artist with his 2020 album Chameleon. He is known for his soulful vocals and smooth style, releasing music under DJ Maphorisa's BlaqBoy Music label and collaborating with major Amapiano artists like Kabza De Small.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}