Information about plays

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

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

{
    "id": 3551720,
    "uri": "https://api.kexp.org/v2/plays/3551720/?format=api",
    "airdate": "2025-09-11T13:34:42-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ye",
    "track_id": null,
    "recording_id": "00fa1978-819c-466f-809c-5888baf4ebcb",
    "artist": "Burna Boy",
    "artist_ids": [
        "78a19169-ac75-4868-b504-7e2e073118e0"
    ],
    "album": "Outside",
    "release_id": null,
    "release_group_id": "6d2fb559-0341-45f8-af53-a35e71f58741",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7"
    ],
    "release_date": "2018-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Ye\" contains samples of the vocals from  \"Sorrow Tears and Blood\" by Fela Kuti and The Afrika 70 and the drums from \"Four Play\" by Fred Wesley and The Horny Horns.\n--\n Burna Boy, aka Damini Ogulu, started making his own music growing up in Southern Nigeria, using FruityLoops. He won best international artist at the 2019 BET awards.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}