Information about plays

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

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

{
    "id": 3622538,
    "uri": "https://api.kexp.org/v2/plays/3622538/?format=api",
    "airdate": "2026-02-26T11:40:37-08:00",
    "show": 66035,
    "show_uri": "https://api.kexp.org/v2/shows/66035/?format=api",
    "image_uri": "https://dn710308.ca.archive.org/0/items/mbid-0469e14a-69b8-4c3a-bbd6-663db6c39b3c/mbid-0469e14a-69b8-4c3a-bbd6-663db6c39b3c-14572073019_thumb500.jpg",
    "thumbnail_uri": "https://ia800504.us.archive.org/21/items/mbid-0469e14a-69b8-4c3a-bbd6-663db6c39b3c/mbid-0469e14a-69b8-4c3a-bbd6-663db6c39b3c-14572073019_thumb250.jpg",
    "song": "Furr",
    "track_id": "eb81b485-c7fc-3d3c-8416-8575412c9c8d",
    "recording_id": "8b16be97-2803-4dfb-b344-89b43da0cd01",
    "artist": "Blitzen Trapper",
    "artist_ids": [
        "a186c93d-0f30-4c56-9265-98c0eba19242"
    ],
    "album": "Furr",
    "release_id": "0469e14a-69b8-4c3a-bbd6-663db6c39b3c",
    "release_group_id": "528dff4c-e0bb-3249-a838-de1bb1aeb812",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2008-09-23",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Blitzen Trapper has just announced two nights at Tractor Tavern in Ballard this June!\n\nOn Friday, June 5th they'll be playing 'Furr' in it's entirety along with other favorites. On Saturday, June 6th, they'll play 2011's 'American Goldwing' in it's entirety. More info and get your tickets here:\n\nhttps://tractortavern.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}