Information about plays

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

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

{
    "id": 3553749,
    "uri": "https://api.kexp.org/v2/plays/3553749/?format=api",
    "airdate": "2025-09-16T11:35:34-07:00",
    "show": 64578,
    "show_uri": "https://api.kexp.org/v2/shows/64578/?format=api",
    "image_uri": "https://ia903204.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": "Femme Fatale",
    "track_id": "7a6aebef-cb7e-340a-8e2a-1ce7b057c0e8",
    "recording_id": "5020a167-874c-4295-b995-f481314d5e9e",
    "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": "Christa Päffgen, the chanteuse Nico, died on July 18, 1988, in Ibiza, Spain, after suffering a brain hemorrhage while riding a bicycle. She was 49 years old.  Learn more about this wonderful singer: https://www.goldradio.com/news/music/nico-singer-death-songs/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}