Information about plays

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

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

{
    "id": 3624800,
    "uri": "https://api.kexp.org/v2/plays/3624800/?format=api",
    "airdate": "2026-03-03T12:12:09-08:00",
    "show": 66080,
    "show_uri": "https://api.kexp.org/v2/shows/66080/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Like You Really Mean It",
    "track_id": "9bf12044-8144-42b3-819b-2bd2968133bf",
    "recording_id": "3150ed10-77cd-4ffb-8078-2f47bd82a5e2",
    "artist": "Anjimile",
    "artist_ids": [
        "2af1b76d-104c-4ba2-8092-49887407f8f3"
    ],
    "album": "You’re Free to Go",
    "release_id": "d741aef5-b853-4f30-a767-dc9575e813e0",
    "release_group_id": "41bedcbf-5148-40e3-9f91-ebbb09df5fd0",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2026-03-13",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boston singer-songwriter Anjimile Chithambo will play The Bottom of the Hill in SF on Wednesday, May 13th, and will be in Seattle at the Ballard Homestead on Saturday, May 16th.\n--\nHis new album, \"You're Free to Go,\" will be out on March 13th.  You can pre-order it here: https://anjimile.bandcamp.com/album/you-re-free-to-go",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}