Information about plays

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

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

{
    "id": 3628365,
    "uri": "https://api.kexp.org/v2/plays/3628365/?format=api",
    "airdate": "2026-03-13T09:06:49-07:00",
    "show": 66168,
    "show_uri": "https://api.kexp.org/v2/shows/66168/?format=api",
    "image_uri": "https://dn710700.ca.archive.org/0/items/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b-12662289368_thumb500.jpg",
    "thumbnail_uri": "https://dn710700.ca.archive.org/0/items/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b/mbid-fb17fca2-2458-46b0-bf5c-5ecb734dda7b-12662289368_thumb250.jpg",
    "song": "Broken Face",
    "track_id": "7f6b267b-c4e0-301b-8d10-e80653f93120",
    "recording_id": "b72c51c3-4e34-4761-99f6-7c080b1f9d40",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Surfer Rosa",
    "release_id": "fb17fca2-2458-46b0-bf5c-5ecb734dda7b",
    "release_group_id": "74e36cbc-a747-3ebf-a60e-51e656c87741",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"I got no lips, I got no tongue\nWhere there were eyes, there's only space\nI got no lips, I got no tongue...\"\n\nIt's only a minute and eighteen seconds long! It will take you about that length of time to donate online.: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}