Information about plays

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

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

{
    "id": 3627063,
    "uri": "https://api.kexp.org/v2/plays/3627063/?format=api",
    "airdate": "2026-03-09T09:44:30-07:00",
    "show": 66135,
    "show_uri": "https://api.kexp.org/v2/shows/66135/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab-38981444393_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab/mbid-26e73f28-e8bb-3d46-a426-df2ebbde8cab-38981444393_thumb250.jpg",
    "song": "Stay Positive",
    "track_id": "2cab0836-1d49-331b-b614-a2e664eaadee",
    "recording_id": "ec2b5a51-d72b-4605-aab9-c2b561db137e",
    "artist": "The Hold Steady",
    "artist_ids": [
        "4883523d-fc0e-4d0d-802c-91379e767083"
    ],
    "album": "Stay Positive",
    "release_id": "26e73f28-e8bb-3d46-a426-df2ebbde8cab",
    "release_group_id": "02f4b425-cc0a-3d07-9c5c-d082570f2904",
    "labels": [
        "Rough Trade"
    ],
    "label_ids": [
        "2276f06e-f65a-4d61-9dee-9f95ff4b775c"
    ],
    "release_date": "2008-07-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch The Hold Steady performing live in our studio in 2019: https://www.youtube.com/watch?v=dDo2wUsrDRY\n--\nPower more live performances at KEXP by donating today! https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}