Information about plays

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

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

{
    "id": 3541564,
    "uri": "https://api.kexp.org/v2/plays/3541564/?format=api",
    "airdate": "2025-08-18T10:22:40-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia601606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/31/items/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690/mbid-cf29c470-dd3e-31b0-8aa9-1ac4d3a95690-10123963930_thumb250.jpg",
    "song": "I Believe (When I Fall in Love It Will Be Forever)",
    "track_id": "110bd0cb-2d4e-3469-9132-1fb7624d1de2",
    "recording_id": "e93e6076-c04a-4ed2-afc2-5de0cd609111",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Talking Book",
    "release_id": "cf29c470-dd3e-31b0-8aa9-1ac4d3a95690",
    "release_group_id": "58c6d809-bfa7-3b25-acf3-a99d53402b08",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "2000-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featured in the film High Fidelity, which came out 25 years ago! Can you believe it?\n\nAccording to an interview with the film's star, John Cusack, it was a challenge figuring out which songs would go where in the film because Rob, Dick, and Barry \"are such musical snobs.\" He and his screenwriting partners listened to 2,000 songs and picked 70 song cues.\n\nhttps://www.steviewonder.net/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}