Information about plays

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

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

{
    "id": 3628364,
    "uri": "https://api.kexp.org/v2/plays/3628364/?format=api",
    "airdate": "2026-03-13T09:05:11-07:00",
    "show": 66168,
    "show_uri": "https://api.kexp.org/v2/shows/66168/?format=api",
    "image_uri": "https://dn711008.ca.archive.org/0/items/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a-25086828944_thumb500.jpg",
    "thumbnail_uri": "https://dn711008.ca.archive.org/0/items/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a/mbid-7d395add-fb9d-425a-b0a3-7fcc16e2df0a-25086828944_thumb250.jpg",
    "song": "Isla de Encanta",
    "track_id": "236acb96-492d-4d74-870d-76dffeadff80",
    "recording_id": "bb4b89e9-5d0a-4a63-b035-f94f73fc7a78",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Come On Pilgrim",
    "release_id": "7d395add-fb9d-425a-b0a3-7fcc16e2df0a",
    "release_group_id": "2a251d31-9958-35f1-b2b1-a64d5541715d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "John will be playing a song from each of the Pixies' first five albums --the \"Pixies Pentagram.\"  Here we go!\n---\nAs the title suggests, we encourage you to \"Come On Pilgrim.\"  It's the last hour of The Morning Show and the perfect time to donate: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}