Information about plays

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

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

{
    "id": 3665205,
    "uri": "https://api.kexp.org/v2/plays/3665205/?format=api",
    "airdate": "2026-06-08T03:53:09-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://dn711108.ca.archive.org/0/items/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5-14004748595_thumb500.jpg",
    "thumbnail_uri": "https://dn711108.ca.archive.org/0/items/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5/mbid-07832b54-8266-47d5-bb0e-62c7f2cf5da5-14004748595_thumb250.jpg",
    "song": "Weather Storm",
    "track_id": "a4bf786d-4e1e-3d88-bf6e-f3f8392f39e4",
    "recording_id": "541edf73-92d8-41ea-8b55-53077cffda9d",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Protection",
    "release_id": "07832b54-8266-47d5-bb0e-62c7f2cf5da5",
    "release_group_id": "ded46e46-788d-3c1f-b21b-9f5e9c37b1bc",
    "labels": [
        "Virgin",
        "Wild Bunch Records"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "b757080f-b10d-49dd-9d7d-ae723112710a"
    ],
    "release_date": "1995-01-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack are a trip-hop collective hailing from England.\n\nhttps://www.massiveattack.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}