Information about plays

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

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

{
    "id": 3619742,
    "uri": "https://api.kexp.org/v2/plays/3619742/?format=api",
    "airdate": "2026-02-20T02:23:07-08:00",
    "show": 65979,
    "show_uri": "https://api.kexp.org/v2/shows/65979/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don't Play",
    "track_id": null,
    "recording_id": null,
    "artist": "Jill Scott",
    "artist_ids": [
        "b1fb6a18-1626-4011-80fb-eaf83dfebcb6"
    ],
    "album": "To Whom This May Concern",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-01",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Jill Scott has just returned with her first new album in 11 years. “It was necessary to take a long break,” Scott said . “I don’t think you can create art without having some living in between and there were reasons to make some major changes. I cut some people out of my life, some ideas … I was paying attention to social media and people have got angrier. There are a lot of reasons for that and a lot of what’s happening is unsettling, but I wanted to present a private or personal revolution.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}