Information about plays

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

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

{
    "id": 3630052,
    "uri": "https://api.kexp.org/v2/plays/3630052/?format=api",
    "airdate": "2026-03-17T05:35:28-07:00",
    "show": 66204,
    "show_uri": "https://api.kexp.org/v2/shows/66204/?format=api",
    "image_uri": "https://dn711100.ca.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb500.jpg",
    "thumbnail_uri": "https://dn711100.ca.archive.org/0/items/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35/mbid-f2dd4d75-adcd-4347-93f3-4ea35f2b3b35-10158067235_thumb250.jpg",
    "song": "Your Silent Face",
    "track_id": "b5c0e717-9b8e-3570-be2a-05599740eae2",
    "recording_id": "3a54b3b2-6037-4fc3-a7a0-ead924e55ea2",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Power, Corruption & Lies",
    "release_id": "f2dd4d75-adcd-4347-93f3-4ea35f2b3b35",
    "release_group_id": "16cc9dfc-594d-3fb9-b789-3e1bfcb6f9f8",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1987-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New Order released \"Your Silent Face\" in 1983 on their definitive second album, Power, Corruption & Lies, marking their masterful transition into electronic synth-pop. Founding member Peter Hook will be performing New Order classics (as Peter Hook and the Light) at The Warfield in San Francisco on September 21st and Showbox SoDo in Seattle on September 25th.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}