Information about plays

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

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

{
    "id": 3556014,
    "uri": "https://api.kexp.org/v2/plays/3556014/?format=api",
    "airdate": "2025-09-21T18:02:37-07:00",
    "show": 64626,
    "show_uri": "https://api.kexp.org/v2/shows/64626/?format=api",
    "image_uri": "https://coverartarchive.org/release/47a53d19-f8d8-4dc3-8aaf-d2aae588b9f1/28484839326-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/47a53d19-f8d8-4dc3-8aaf-d2aae588b9f1/28484839326-250.jpg",
    "song": "Rewind",
    "track_id": null,
    "recording_id": null,
    "artist": "Cleo Sol",
    "artist_ids": [
        "37e87694-b263-4ff4-839f-463f78cfef54"
    ],
    "album": "Rose in the Dark",
    "release_id": null,
    "release_group_id": "b2f5ba57-8090-4b56-94fb-b69649a24aec",
    "labels": [
        "Forever Living Originals"
    ],
    "label_ids": [
        "81e61c90-28f2-4dcb-b656-cac924dfa331"
    ],
    "release_date": "2020-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cleo Sol released \"Rewind\" on her 2020 album Rose in the Dark.\n\nCleo Sol is an English singer-songwriter. Working closely with her husband, producer Dean Josiah Cover, she has released five solo studio albums beginning with the EP Winter Songs (2018), followed by full-lengths Rose in the Dark (2020), Mother (2021), Heaven (2023), and Gold (2023), and Sol is the lead vocalist of music group Sault.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}