Information about plays

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

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

{
    "id": 3556345,
    "uri": "https://api.kexp.org/v2/plays/3556345/?format=api",
    "airdate": "2025-09-22T13:47:58-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://ia600702.us.archive.org/16/items/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682-9106652041_thumb500.jpg",
    "thumbnail_uri": "https://ia800702.us.archive.org/16/items/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682/mbid-b5297fe8-70de-38a1-93a3-f8ab4925a682-9106652041_thumb250.jpg",
    "song": "Open Letter (to a Landlord)",
    "track_id": "abe1d3aa-4447-30ff-9bdc-e840b15a668d",
    "recording_id": "0a86216c-1441-4bd5-bfac-c67abdb9dc4f",
    "artist": "Living Colour",
    "artist_ids": [
        "dc6f8c1f-626b-42b0-9115-7e66ae4cecd6"
    ],
    "album": "Vivid",
    "release_id": "b5297fe8-70de-38a1-93a3-f8ab4925a682",
    "release_group_id": "8ce498ba-26f5-3ea9-b499-9007212ae269",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "1988-09-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Open Letter (to a Landlord)” is a raw, brutal, mournful response to a broken and unjust housing system.  This song is as important now as when it was released in the 80's.: https://www.tpt.org/post/songs-home-open-letter-landlord-living-colour/\n--\nHere's Living Colour performing this powerful song: https://www.youtube.com/watch?v=6V5VkMqM07s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}