Information about plays

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

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

{
    "id": 3557584,
    "uri": "https://api.kexp.org/v2/plays/3557584/?format=api",
    "airdate": "2025-09-25T13:37:09-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://ia801301.us.archive.org/15/items/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb-1485007582_thumb500.jpg",
    "thumbnail_uri": "https://ia801301.us.archive.org/15/items/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb/mbid-96315bf8-39c0-4d70-9c00-eb142577dcfb-1485007582_thumb250.jpg",
    "song": "One Love",
    "track_id": "6ef49e01-2367-3045-ae4b-8ff9645d8a68",
    "recording_id": "032c4ce0-b1fd-442d-8bf1-b7777e4832e7",
    "artist": "Massive Attack",
    "artist_ids": [
        "10adbe5e-a2c0-4bf3-8249-2b4cbf6e6ca8"
    ],
    "album": "Blue Lines",
    "release_id": "96315bf8-39c0-4d70-9c00-eb142577dcfb",
    "release_group_id": "8b6f133a-2fdf-3cc2-b84d-1c889adc0939",
    "labels": [
        "Virgin Records America, Inc."
    ],
    "label_ids": [
        "1644d8bc-b558-447f-82eb-5d6829988156"
    ],
    "release_date": "1991-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Massive Attack is sampling John McLaughlin's 1971 \"You Know You Know\" and Isaac Hayes' 1970 \"Ike's Mood I.\"\n--\nThose fabulous vocals are from Horace Andy. Here's a biography of Jamaican reggae singer Horace Andy: https://www.allmusic.com/artist/horace-andy-mn0000218885",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}