Information about plays

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

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

{
    "id": 3557818,
    "uri": "https://api.kexp.org/v2/plays/3557818/?format=api",
    "airdate": "2025-09-26T04:19:56-07:00",
    "show": 64662,
    "show_uri": "https://api.kexp.org/v2/shows/64662/?format=api",
    "image_uri": "https://ia800200.us.archive.org/30/items/mbid-24e696d3-cb41-45fe-a6c8-2135a8353cdc/mbid-24e696d3-cb41-45fe-a6c8-2135a8353cdc-10281089907_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/30/items/mbid-24e696d3-cb41-45fe-a6c8-2135a8353cdc/mbid-24e696d3-cb41-45fe-a6c8-2135a8353cdc-10281089907_thumb250.jpg",
    "song": "King’s Lead Hat",
    "track_id": "498abdf0-ce0f-31d1-bff0-a90b6605ad29",
    "recording_id": "76b4f4d7-46dc-4d94-af23-84c14cb1ecca",
    "artist": "Brian Eno",
    "artist_ids": [
        "ff95eb47-41c4-4f7f-a104-cdc30f02e872"
    ],
    "album": "Before and After Science",
    "release_id": "24e696d3-cb41-45fe-a6c8-2135a8353cdc",
    "release_group_id": "6f9e2641-f79b-32f2-a752-f7212e9040e4",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2004-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}