Information about plays

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

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

{
    "id": 3553725,
    "uri": "https://api.kexp.org/v2/plays/3553725/?format=api",
    "airdate": "2025-09-16T09:55:31-07:00",
    "show": 64577,
    "show_uri": "https://api.kexp.org/v2/shows/64577/?format=api",
    "image_uri": "https://ia802800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb500.jpg",
    "thumbnail_uri": "https://ia802800.us.archive.org/8/items/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8/mbid-d6a33936-e204-3158-8bd5-bf0e75e577d8-20742944044_thumb250.jpg",
    "song": "Don't Bang the Drum",
    "track_id": "3f1e9da8-a8b3-30c9-8a48-8a36d727fe67",
    "recording_id": "770afe1c-b2de-4f3e-b1be-0790cadbb584",
    "artist": "The Waterboys",
    "artist_ids": [
        "21666405-49f8-44f6-94bb-e064f202f7ba"
    ],
    "album": "This Is the Sea",
    "release_id": "d6a33936-e204-3158-8bd5-bf0e75e577d8",
    "release_group_id": "c5f3b58e-9f61-3863-9277-974e3a84a936",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-03-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "21 years ago today, The Waterboys release This Is the Sea!\n--\nThis Is the Sea is the last Waterboys album with contributions from Karl Wallinger, who left the group to form his own band, World Party. \"Having Karl [Wallinger] in the studio\", writes singer-songwriter Mike Scott, \"was like having a one-man orchestra around. There might have been a This Is the Sea without him, but it wouldn't have been the same – or as good.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}