Information about plays

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

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

{
    "id": 3589059,
    "uri": "https://api.kexp.org/v2/plays/3589059/?format=api",
    "airdate": "2025-12-09T20:36:59-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Asimbonanga/Biko",
    "track_id": null,
    "recording_id": "b9a557e0-046f-4772-86fb-35c765a993d7",
    "artist": "Soweto Gospel Choir",
    "artist_ids": [
        "49dca4c0-4554-42cd-9b93-ef85b1aaf118"
    ],
    "album": "Blessed",
    "release_id": null,
    "release_group_id": "adff184a-923e-47cd-8f68-279154b9e967",
    "labels": [
        "Universal Music"
    ],
    "label_ids": [
        "13a464dc-b9fd-4d16-a4f4-d4316f6a46c7"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bay Area: December 14th @ Zellerbach Hall; tickets here: https://tinyurl.com/44h2ahza\n\nSeattle: December 18th @ The Moore Theatre; tickets here: https://tinyurl.com/4u2h4xuk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}