Information about plays

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

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

{
    "id": 3628478,
    "uri": "https://api.kexp.org/v2/plays/3628478/?format=api",
    "airdate": "2026-03-13T18:04:52-07:00",
    "show": 66171,
    "show_uri": "https://api.kexp.org/v2/shows/66171/?format=api",
    "image_uri": "https://dn710605.ca.archive.org/0/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb500.jpg",
    "thumbnail_uri": "https://dn710605.ca.archive.org/0/items/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2/mbid-5bca3715-34eb-4059-bf30-046b7d8c28f2-6212470019_thumb250.jpg",
    "song": "If Everybody Looked the Same",
    "track_id": "175bc242-b18b-31af-95de-fbe301dbd129",
    "recording_id": "eb0ea3c1-7ac1-4361-884f-9a964a22b692",
    "artist": "Groove Armada",
    "artist_ids": [
        "35723b60-732e-4bd8-957f-320b416e7b7f"
    ],
    "album": "Vertigo",
    "release_id": "5bca3715-34eb-4059-bf30-046b7d8c28f2",
    "release_group_id": "e514bda8-db0b-3994-abb9-b1e288f1455c",
    "labels": [
        "Jive Electro"
    ],
    "label_ids": [
        "e15cfc30-f065-42a4-84cd-76079d715981"
    ],
    "release_date": "2000-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Groove Armada is out of London and the collaborative project of Andy Cato and Tom Findlay.\n\nJump in the wayback machine and read Michelle Myers' introduction to the English electronic music duo on the old KEXP blog: \nhttps://tinyurl.com/bdhjvbpv\n\nhttps://groovearmada.bandcamp.com\nhttps://groovearmada.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}