Information about plays

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

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

{
    "id": 3580517,
    "uri": "https://api.kexp.org/v2/plays/3580517/?format=api",
    "airdate": "2025-11-20T04:50:10-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "https://coverartarchive.org/release/00c29cb4-7411-3932-ae77-10db473c9de9/38842865628-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/00c29cb4-7411-3932-ae77-10db473c9de9/38842865628-250.jpg",
    "song": "Bennie and the Jets",
    "track_id": null,
    "recording_id": "5df9640d-217a-4480-bdc8-8173d137dd54",
    "artist": "Elton John",
    "artist_ids": [
        "b83bc61f-8451-4a5d-8b8e-7e9ed295e822"
    ],
    "album": "Goodbye Yellow Brick Road",
    "release_id": null,
    "release_group_id": "80df0f1b-4ce7-348a-aa1b-0d31ebff111a",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1973-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Goodbye Yellow Brick Road remains Elton‘s most popular and successful studio album, spending over 100 weeks on the US and UK charts. This, his first double LP, contains some of Elton’s most recognizable songs: Candle In The Wind, Bennie And The Jets, Saturday Night’s Alright (For Fighting), and the title track. The album spent eight weeks at the No. 1 position on the Billboard Top 200 and hit No.1 in Australia, Canada, and the UK.\n\nhttps://www.eltonjohn.com/discography/goodbye-yellow-brick-road",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}