Information about plays

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

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

{
    "id": 3584256,
    "uri": "https://api.kexp.org/v2/plays/3584256/?format=api",
    "airdate": "2025-11-28T20:04:39-08:00",
    "show": 65234,
    "show_uri": "https://api.kexp.org/v2/shows/65234/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dubula",
    "track_id": null,
    "recording_id": null,
    "artist": "TOSS Ft Lastborndiroba",
    "artist_ids": [],
    "album": null,
    "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": "TOSS (Pholoso Masombuka) is a South African musician and dancer known for the viral hit \"Umlando\" and his work in the amapiano genre. Originally from Tsakane, he was a pantsula dancer before moving to the Vaal, where he met other artists and became interested in hip-hop and music. His music, which often incorporates traditional African rhythms with contemporary beats, has gained international attention through features like Apple Music's \"Up Next\" program.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}