Information about plays

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

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

{
    "id": 3545242,
    "uri": "https://api.kexp.org/v2/plays/3545242/?format=api",
    "airdate": "2025-08-26T22:48:39-07:00",
    "show": 64397,
    "show_uri": "https://api.kexp.org/v2/shows/64397/?format=api",
    "image_uri": "https://ia803204.us.archive.org/29/items/mbid-d6752399-eff1-4fe1-bb4e-965b9f35155a/mbid-d6752399-eff1-4fe1-bb4e-965b9f35155a-5813380576_thumb500.jpg",
    "thumbnail_uri": "https://ia803204.us.archive.org/29/items/mbid-d6752399-eff1-4fe1-bb4e-965b9f35155a/mbid-d6752399-eff1-4fe1-bb4e-965b9f35155a-5813380576_thumb250.jpg",
    "song": "All Tomorrow’s Parties",
    "track_id": "f839a2f1-923f-38b6-97b6-3b9de3b0f0cb",
    "recording_id": "6fee6723-5f17-47d3-82b2-7ab4bdc57afb",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "The Best of The Velvet Underground: Words and Music of Lou Reed",
    "release_id": "d6752399-eff1-4fe1-bb4e-965b9f35155a",
    "release_group_id": "ab2dfa40-62fc-317b-82bf-2c063b217334",
    "labels": [
        "Verve"
    ],
    "label_ids": [
        "99a24d71-54c1-4d3f-88cc-00fbcc4fce83"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Debut Songs feature! Originally dropped in 1967. This song premiered the artsy experimental sound of this influential band led by Lou Reed. https://www.velvetundergroundmusic.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}