Information about plays

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

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

{
    "id": 3539471,
    "uri": "https://api.kexp.org/v2/plays/3539471/?format=api",
    "airdate": "2025-08-13T05:23:24-07:00",
    "show": 64276,
    "show_uri": "https://api.kexp.org/v2/shows/64276/?format=api",
    "image_uri": "https://ia904606.us.archive.org/4/items/mbid-c932cc6c-86a1-3ae1-a70f-3a292c43e58d/mbid-c932cc6c-86a1-3ae1-a70f-3a292c43e58d-31337160075_thumb500.jpg",
    "thumbnail_uri": "https://ia904606.us.archive.org/4/items/mbid-c932cc6c-86a1-3ae1-a70f-3a292c43e58d/mbid-c932cc6c-86a1-3ae1-a70f-3a292c43e58d-31337160075_thumb250.jpg",
    "song": "Up All Night",
    "track_id": "7d1d8208-e96f-317d-851f-275b2037e9f3",
    "recording_id": "61054cc9-e861-4f49-ad60-5caeeabbfd58",
    "artist": "The Boomtown Rats",
    "artist_ids": [
        "47aa3e97-f623-4472-8e54-da886c6a6e20"
    ],
    "album": "Mondo Bongo",
    "release_id": "c932cc6c-86a1-3ae1-a70f-3a292c43e58d",
    "release_group_id": "5e22f74f-b9cc-3b1b-b88d-4f984853a90a",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song was written by Bob Geldof and produced by Tony Visconti. \n--\nOphidiophobia is an extreme, overwhelming fear of snakes. If you have it, you might reconsider watching the video for \"Up All Night\": https://www.youtube.com/watch?v=GStr1ZHxlDI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}