Information about plays

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

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

{
    "id": 3541580,
    "uri": "https://api.kexp.org/v2/plays/3541580/?format=api",
    "airdate": "2025-08-18T11:17:21-07:00",
    "show": 64324,
    "show_uri": "https://api.kexp.org/v2/shows/64324/?format=api",
    "image_uri": "https://ia801604.us.archive.org/25/items/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d/mbid-2e4d5bd2-5b3a-43aa-aa28-1186ccfe319d-22212593859_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/25/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": "This song, the lead single from Silversun Pickups' 2009 \"Swoon,\" is about someone having a nervous breakdown, according to  Brian Aubert.\n\nSilversun Pickups have played Live on KEXP many times! Their most recent session was in 2019. Watch the video here: https://www.youtube.com/watch?v=son5BkQD-IQ&t=10s.\n\nhttps://silversunpickups.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}