Information about plays

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

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

{
    "id": 3636004,
    "uri": "https://api.kexp.org/v2/plays/3636004/?format=api",
    "airdate": "2026-03-31T12:11:47-07:00",
    "show": 66329,
    "show_uri": "https://api.kexp.org/v2/shows/66329/?format=api",
    "image_uri": "https://dn710300.ca.archive.org/0/items/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d-22212593859_thumb500.jpg",
    "thumbnail_uri": "https://dn710300.ca.archive.org/0/items/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d-22212593859_thumb250.jpg",
    "song": "Panic Switch",
    "track_id": "b6ca291d-d353-44c3-b8d9-1cb3867814f0",
    "recording_id": "f3de94cc-430b-4311-94e8-83a686db917b",
    "artist": "Silversun Pickups",
    "artist_ids": [
        "b5bd9f88-962e-4730-84a7-795592ba42e8"
    ],
    "album": "Swoon",
    "release_id": "2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d",
    "release_group_id": "c47dc68d-1ce6-39fb-bda3-2ce1be024eb1",
    "labels": [
        "Dangerbird Records"
    ],
    "label_ids": [
        "af89464c-9366-4ba4-a549-84e482bbbe02"
    ],
    "release_date": "2009-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fifth track and lead single of Silversun Pickups‘ 2009 album Swoon. “Panic Switch” could be about someone going through an anxiety attack, or otherwise having a very bad, sleepless day for whatever reason.\n--\nIt was the band’s first #1 track, topping the US Billboard Alternative Songs chart. It was also the first track from an independent band to go to #1 in 11 years",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}