Information about plays

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

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

{
    "id": 3628370,
    "uri": "https://api.kexp.org/v2/plays/3628370/?format=api",
    "airdate": "2026-03-13T09:25:37-07:00",
    "show": 66168,
    "show_uri": "https://api.kexp.org/v2/shows/66168/?format=api",
    "image_uri": "https://dn710900.ca.archive.org/0/items/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d-14789571908_thumb500.jpg",
    "thumbnail_uri": "https://dn710900.ca.archive.org/0/items/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d/mbid-46e5c6a9-b0a7-4e42-9162-8f412705b09d-14789571908_thumb250.jpg",
    "song": "Born to Run",
    "track_id": "10bc37b7-ff94-38ac-91bb-853c1f0f432d",
    "recording_id": "7ada2178-c1db-4a24-9760-810681e95308",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Born to Run",
    "release_id": "46e5c6a9-b0a7-4e42-9162-8f412705b09d",
    "release_group_id": "39b22944-7503-3937-8bba-09b17281cc6a",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1975-08-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Matt in Tigard, OR:\nI can't tell you the number of times KEXP has come alongside me and helped get me ready for the day, or get me through my day...or inspired me to do better or be a better human being.  I've been a supporter before, but haven't been able to in a while.  I'm so happy to support again and love spreading your good message!  Keep on keepin on!  \n--\nThe Boss will be at SF's Chase Center on Monday, April 13th.  Until then, here's a live performance of \"Born to Run\": https://www.youtube.com/watch?v=jj9ObfkHY7c",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}