Information about plays

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

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

{
    "id": 3597899,
    "uri": "https://api.kexp.org/v2/plays/3597899/?format=api",
    "airdate": "2025-12-30T06:54:04-08:00",
    "show": 65513,
    "show_uri": "https://api.kexp.org/v2/shows/65513/?format=api",
    "image_uri": "https://ia801308.us.archive.org/18/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/18/items/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1/mbid-10a1d31d-55cb-4c6a-b43e-93fe7bdeefa1-6800712829_thumb250.jpg",
    "song": "Party Out of Bounds",
    "track_id": "2d0dff33-0ac6-45fb-aa85-8e87d672c2fe",
    "recording_id": "8bc12730-ed3a-4b2f-a0ef-b39bbbdc2982",
    "artist": "The B‐52s",
    "artist_ids": [
        "127f591a-7e27-4435-92db-0780f219f3a1"
    ],
    "album": "Wild Planet",
    "release_id": "2d8863d7-d90d-43b8-866d-6057871218dc",
    "release_group_id": "7c9f7229-7f75-371d-8165-e1d57a81155c",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Party Out of Bounds\" is the opening track of The B-52's second studio album, Wild Planet, released on August 27, 1980. Its lyrics serve as a humorous \"guide\" on preventing party disasters caused by crashers and poor planning.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}