Information about plays

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

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

{
    "id": 3571693,
    "uri": "https://api.kexp.org/v2/plays/3571693/?format=api",
    "airdate": "2025-10-30T05:23:28-07:00",
    "show": 64971,
    "show_uri": "https://api.kexp.org/v2/shows/64971/?format=api",
    "image_uri": "https://dn721803.ca.archive.org/0/items/mbid-037d66f7-a5d7-3f09-b5d2-7eca3901bdc2/mbid-037d66f7-a5d7-3f09-b5d2-7eca3901bdc2-29553154925_thumb500.jpg",
    "thumbnail_uri": "https://ia804505.us.archive.org/19/items/mbid-037d66f7-a5d7-3f09-b5d2-7eca3901bdc2/mbid-037d66f7-a5d7-3f09-b5d2-7eca3901bdc2-29553154925_thumb250.jpg",
    "song": "New York",
    "track_id": "1ec5e511-9db9-34bd-ad81-0daed0a0c619",
    "recording_id": "47ff3167-581f-4498-b962-c34e7ea2da80",
    "artist": "U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432"
    ],
    "album": "All That You Can’t Leave Behind",
    "release_id": "037d66f7-a5d7-3f09-b5d2-7eca3901bdc2",
    "release_group_id": "88c59b55-200d-3ac1-beff-8eb99830807e",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "2000-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "ALBUM-versary! U2 release All That You Can't Leave Behind on this day in 2000.\n\n\"New York\", written by Bono who lived there at the time. The song's subject matter is a picturesque description of New York City and of the people who live there, and was later altered following the events of September 11, 2001.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}