Information about plays

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

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

{
    "id": 3661022,
    "uri": "https://api.kexp.org/v2/plays/3661022/?format=api",
    "airdate": "2026-05-29T12:43:27-07:00",
    "show": 66844,
    "show_uri": "https://api.kexp.org/v2/shows/66844/?format=api",
    "image_uri": "https://dn710702.ca.archive.org/0/items/mbid-a8f73bc2-4aa8-4465-8fb1-1fdc2173f072/mbid-a8f73bc2-4aa8-4465-8fb1-1fdc2173f072-2098679790_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-a8f73bc2-4aa8-4465-8fb1-1fdc2173f072/mbid-a8f73bc2-4aa8-4465-8fb1-1fdc2173f072-2098679790_thumb250.jpg",
    "song": "Peace Signs",
    "track_id": "96eeb5cd-bbd6-303f-b858-119fa769ada8",
    "recording_id": "61884c21-f5b5-46c6-abb4-263f88f90fdf",
    "artist": "Sharon Van Etten",
    "artist_ids": [
        "5a2e9cd3-010a-4aae-9f83-629253284202"
    ],
    "album": "Epic",
    "release_id": "a8f73bc2-4aa8-4465-8fb1-1fdc2173f072",
    "release_group_id": "a9c4e7f3-94a9-4451-b195-b235a9eff5b1",
    "labels": [
        "Ba Da Bing!"
    ],
    "label_ids": [
        "06d4f1d0-1c13-4648-b666-fce5f03d541f"
    ],
    "release_date": "2010-09-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Read Cheryl's interview with Sharon Van Etten, when the artist celebrated the 10th anniversary of the release of \"Epic\": https://www.kexp.org/read/2021/4/21/sharon-van-etten-breaks-down-every-song-and-corresponding-cover-her-anniversary-release-epic-ten/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}