Information about plays

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

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

{
    "id": 3552936,
    "uri": "https://api.kexp.org/v2/plays/3552936/?format=api",
    "airdate": "2025-09-14T11:21:52-07:00",
    "show": 64560,
    "show_uri": "https://api.kexp.org/v2/shows/64560/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Highlands",
    "track_id": null,
    "recording_id": null,
    "artist": "Bob Dylan",
    "artist_ids": [
        "72c536dc-7137-4477-a521-567eeb840fa8"
    ],
    "album": "Fragments - Time Out of Mind Sessions (1996-1997): The Bootleg Series, Vol. 17",
    "release_id": null,
    "release_group_id": "eae0a528-14c7-4ca3-8d22-b323ebc1d013",
    "labels": [
        "Columbia"
    ],
    "label_ids": [],
    "release_date": "2023-01-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After a dry spell in which the songs were not coming to him like that had early in his career, a snowstorm on his farm in Minnesota inspired the beginnings of this album. Despite a lot of tension with producer Daniel Lanois over the mix of the album, it went on to win the Grammy for Album of the Year.\nhttps://tinyurl.com/DylanTimeOutOfMindGibson",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}