Information about plays

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

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

{
    "id": 3618244,
    "uri": "https://api.kexp.org/v2/plays/3618244/?format=api",
    "airdate": "2026-02-16T09:47:33-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://dn711000.ca.archive.org/0/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb500.jpg",
    "thumbnail_uri": "https://dn711000.ca.archive.org/0/items/mbid-777d51fe-b7c7-4874-9217-40abf09b4924/mbid-777d51fe-b7c7-4874-9217-40abf09b4924-12423981101_thumb250.jpg",
    "song": "Chicago",
    "track_id": "3b19f26c-8a6b-3b30-aacd-adfe140c6dfa",
    "recording_id": "5efb8ca9-6f8a-4140-9713-13398178cb4d",
    "artist": "Sufjan Stevens",
    "artist_ids": [
        "01d3c51b-9b98-418a-8d8e-37f6fab59d8c"
    ],
    "album": "Illinois",
    "release_id": "777d51fe-b7c7-4874-9217-40abf09b4924",
    "release_group_id": "1fb75447-c513-38c4-ad8f-1bfc441aa74c",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2005-07-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sufjan Stevens about \"Illinois\": \n\"I've had quite a few exceptional and traumatic experiences in Illinois, a few times when visiting Chicago at a particularly difficult time in my life or driving cross country and being pulled over by the cops just outside Peoria,\" and also added that he had seen his first rock show there. https://sufjanstevens.bandcamp.com/album/illinois",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}