Information about plays

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

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

{
    "id": 3625977,
    "uri": "https://api.kexp.org/v2/plays/3625977/?format=api",
    "airdate": "2026-03-06T11:00:23-08:00",
    "show": 66106,
    "show_uri": "https://api.kexp.org/v2/shows/66106/?format=api",
    "image_uri": "https://dn710806.ca.archive.org/0/items/mbid-054b4b0c-a229-4315-bfcb-a1be10fd54f8/mbid-054b4b0c-a229-4315-bfcb-a1be10fd54f8-11039285335_thumb500.jpg",
    "thumbnail_uri": "https://dn710806.ca.archive.org/0/items/mbid-054b4b0c-a229-4315-bfcb-a1be10fd54f8/mbid-054b4b0c-a229-4315-bfcb-a1be10fd54f8-11039285335_thumb250.jpg",
    "song": "Tire Swing",
    "track_id": "0ba69c1c-48e0-327c-a08f-b70105495486",
    "recording_id": "35f1a1a9-1cf3-4db3-88b6-c540b3ae660c",
    "artist": "Kimya Dawson",
    "artist_ids": [
        "ba99a190-6065-4930-be3d-55ecc48e365d"
    ],
    "album": "Remember That I Love You",
    "release_id": "6b5f4fa1-5c46-3e4b-afc1-31ee0ae90d27",
    "release_group_id": "619f7986-1208-37b0-86b7-e1f91d8d745f",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2008-03-17",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle-based artist Kimya Dawson will play with Fishbone in Seattle on April 11th at the Crocodile! \n\n\"Tire Swing\" opens their 2006 album, Remember That I Love You. \n\nhttps://kimyadawson1.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}