Information about plays

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

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

{
    "id": 3542786,
    "uri": "https://api.kexp.org/v2/plays/3542786/?format=api",
    "airdate": "2025-08-21T06:30:52-07:00",
    "show": 64345,
    "show_uri": "https://api.kexp.org/v2/shows/64345/?format=api",
    "image_uri": "https://ia601904.us.archive.org/2/items/mbid-2b53a291-ebd3-3681-bd53-ec813f7962cf/mbid-2b53a291-ebd3-3681-bd53-ec813f7962cf-3729872700_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/2/items/mbid-2b53a291-ebd3-3681-bd53-ec813f7962cf/mbid-2b53a291-ebd3-3681-bd53-ec813f7962cf-3729872700_thumb250.jpg",
    "song": "Like a Rolling Stone",
    "track_id": "71d5db99-38f9-30bb-b174-bf4875648a7c",
    "recording_id": "26244520-0e1d-4d42-b101-ce6b83299d33",
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Highway 61 Revisited",
    "release_id": "2b53a291-ebd3-3681-bd53-ec813f7962cf",
    "release_group_id": "fb48b1dc-412f-36aa-8820-1023c08c46c6",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Requested by Kevin in Florida. \n\n\"My dad died of lung cancer in 2012. His favorite song, which I actually can’t stand, was Bob Dylan’s Like a Rolling Stone. But it’s not for me, so maybe play it if you get a chance today (8/21).\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}