Information about plays

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

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

{
    "id": 3569844,
    "uri": "https://api.kexp.org/v2/plays/3569844/?format=api",
    "airdate": "2025-10-25T17:34:17-07:00",
    "show": 64932,
    "show_uri": "https://api.kexp.org/v2/shows/64932/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Be A Witness",
    "track_id": "b1ae57ce-6b2e-4d31-a5b4-180bd556ab7d",
    "recording_id": "ead7d72c-2b72-49ac-b633-21963426f8a8",
    "artist": "Lady Wray",
    "artist_ids": [
        "ae278e0f-abc8-4c2b-ac72-0a4175e7f36b"
    ],
    "album": "Cover Girl",
    "release_id": "d619ee1d-fc00-4439-bbeb-f299e18b6d18",
    "release_group_id": "8c121778-65cd-4475-b9a3-0c448eb2b524",
    "labels": [
        "Big Crown Records"
    ],
    "label_ids": [
        "d730a8be-1452-4c0d-9262-cf4f25f45120"
    ],
    "release_date": "2025-09-26",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nicole Wray (Lady Wray) will play The Chapel in SF on Sunday, November 9th.\n--\nLeon Michels produced her just-released third album for Big Crown Records, \"Cover Girl\": https://ladywray.bandcamp.com/album/cover-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}