Information about plays

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

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

{
    "id": 3580178,
    "uri": "https://api.kexp.org/v2/plays/3580178/?format=api",
    "airdate": "2025-11-19T09:30:35-08:00",
    "show": 65152,
    "show_uri": "https://api.kexp.org/v2/shows/65152/?format=api",
    "image_uri": "https://ia804506.us.archive.org/29/items/mbid-172fb833-a91d-3e79-ac92-3a1252e06c55/mbid-172fb833-a91d-3e79-ac92-3a1252e06c55-8208718594_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-172fb833-a91d-3e79-ac92-3a1252e06c55/mbid-172fb833-a91d-3e79-ac92-3a1252e06c55-8208718594_thumb250.jpg",
    "song": "Blue Bell Knoll",
    "track_id": "073ba408-9d66-36e5-8815-d9b27e6f75d2",
    "recording_id": "03eafdba-f562-48b4-8beb-ae3c0e4a51b9",
    "artist": "Cocteau Twins",
    "artist_ids": [
        "000fc734-b7e1-4a01-92d1-f544261b43f5"
    ],
    "album": "Blue Bell Knoll",
    "release_id": "172fb833-a91d-3e79-ac92-3a1252e06c55",
    "release_group_id": "33260535-22d6-36b5-a636-f0c012e2f5a4",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2004-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blue Bell Knoll once again made KEXP listeners' list of greatest albums of all time this year. Continuing to show your good taste.\n\nTitle track off the fifth studio album from the Scottish band, released in 1988.\n\nhttps://cocteautwins.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}