Information about plays

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

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

{
    "id": 3607566,
    "uri": "https://api.kexp.org/v2/plays/3607566/?format=api",
    "airdate": "2026-01-22T07:51:58-08:00",
    "show": 65722,
    "show_uri": "https://api.kexp.org/v2/shows/65722/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunflower",
    "track_id": "72fab1e7-5611-3218-8bdd-e2f699058a0a",
    "recording_id": "78e053bb-5568-40d6-a14b-59ddb04dfc50",
    "artist": "Low",
    "artist_ids": [
        "42faad37-8aaa-42e4-a300-5a7dae79ed24"
    ],
    "album": "Things We Lost in the Fire",
    "release_id": "39bfbf4d-bcab-4107-bbe8-755a2ea568f1",
    "release_group_id": "71a852c2-60b8-3bea-9e4c-373b1069be28",
    "labels": [
        "kranky"
    ],
    "label_ids": [
        "4536e738-6350-4cae-af70-79d56d106c45"
    ],
    "release_date": "2001-01-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After Low had made several records in their signature slow and minimal style, they were beginning to expand their sound while recognizing the possibilities of the studio. \n\nFor \"Things We Lost in the Fire,\" Low took their time recording with Steve Albini in Chicago and later enhancing the recordings with Tom Herbers in Minneapolis. \n\nRead about the making of the album:\nhttps://lifeoftherecord.com/low",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}