Information about plays

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

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

{
    "id": 3545509,
    "uri": "https://api.kexp.org/v2/plays/3545509/?format=api",
    "airdate": "2025-08-27T14:04:36-07:00",
    "show": 64402,
    "show_uri": "https://api.kexp.org/v2/shows/64402/?format=api",
    "image_uri": "https://ia903205.us.archive.org/20/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb500.jpg",
    "thumbnail_uri": "https://ia803205.us.archive.org/20/items/mbid-ca391616-a063-45b6-aba8-525e36042c18/mbid-ca391616-a063-45b6-aba8-525e36042c18-11479860225_thumb250.jpg",
    "song": "Natural’s Not in It",
    "track_id": "70e3f184-9d36-364f-b0d3-373eb1f631cc",
    "recording_id": "ba51e383-16e3-4774-94bd-02de11ca8ec3",
    "artist": "Gang of Four",
    "artist_ids": [
        "d8661c02-f423-4d72-8044-40ff05daf7a1"
    ],
    "album": "Entertainment!",
    "release_id": "cb3d472f-b445-4f87-afa5-2dc6188011d5",
    "release_group_id": "d0493944-992b-3534-9174-8320c1879837",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "2005-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hi it’s Sara in  Seattle! When I moved to Seattle 2 years ago, I felt  so alone and KEXP was the only thing about Seattle I instantly loved. Now I love many more things about this city but KEXP will always be my #1. Bonus for being able to go back home to the Bay and still have all my KEXP faves on hand. Happy to amplify public radio stations forever! \n\nCan you please play Natural's not in it by Gang of Four?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}