Information about plays

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

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

{
    "id": 3500834,
    "uri": "https://api.kexp.org/v2/plays/3500834/?format=api",
    "airdate": "2025-05-13T11:50:44-07:00",
    "show": 63450,
    "show_uri": "https://api.kexp.org/v2/shows/63450/?format=api",
    "image_uri": "https://ia800101.us.archive.org/10/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb500.jpg",
    "thumbnail_uri": "https://ia800101.us.archive.org/10/items/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d/mbid-01255a37-9511-46f6-8bf5-b7c0430b219d-40034314204_thumb250.jpg",
    "song": "Neon Signs",
    "track_id": "4d721e5b-25a7-4499-a952-12a108b6b853",
    "recording_id": "93dd70e7-3c22-45b6-b06e-7c5b68d5bbf0",
    "artist": "The Weather Station",
    "artist_ids": [
        "eda7da10-0b65-41df-ac36-9c83b7017f7a"
    ],
    "album": "Humanhood",
    "release_id": "01255a37-9511-46f6-8bf5-b7c0430b219d",
    "release_group_id": "7653f4bc-3293-4195-8d66-b2e8701fee8c",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-01-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Weather Station will be Live on KEXP on The Midday Show tomorrow! Wednesday, May 14th,  at noon. ( It's open to the public!)\n--\nThe Weather Station is playing The Crocodile in Seattle on Saturday, May 17th.\n--\nHere's a glowing review of Tamara Lindeman's (The Weather Station) new album, \"Humanhood\": https://pitchfork.com/reviews/albums/the-weather-station-humanhood/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}