Information about plays

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

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

{
    "id": 3588445,
    "uri": "https://api.kexp.org/v2/plays/3588445/?format=api",
    "airdate": "2025-12-08T09:50:31-08:00",
    "show": 65322,
    "show_uri": "https://api.kexp.org/v2/shows/65322/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "She’s a Rainbow",
    "track_id": null,
    "recording_id": "438f92c5-f479-4a1f-b0b8-e65958c7797d",
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Their Satanic Majesties Request",
    "release_id": null,
    "release_group_id": "40a087e8-908a-334d-b520-88a820deb09d",
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1967-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day in 1967, The Rolling Stones release Their Satanic Majesties Request, the title a play on their malevolent image featuring \"She's A Rainbow\" and  \"2000 Light Years from Home.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}