Information about plays

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

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

{
    "id": 3615873,
    "uri": "https://api.kexp.org/v2/plays/3615873/?format=api",
    "airdate": "2026-02-10T19:43:21-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "baba Moussa",
    "track_id": null,
    "recording_id": null,
    "artist": "Cheikh Lô",
    "artist_ids": [
        "0b1e097a-4afa-4e82-b5ef-b49cfcb54927"
    ],
    "album": "Maame",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "World Circuit Records"
    ],
    "label_ids": [],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cheikh Lô was born to Senegalese parents in Bobo Dioulasso, Burkina Faso.\n\nThe album (pronounced \"mahm”) was named after his spiritual guide Maame Massamba Ndiaye, who passed away in 2014, Maame is both a tribute and a spiritual offering.\n\nCheck out Cheikh Lô's 2020 KEXP set here: https://tinyurl.com/mu2vy23x",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}