Information about plays

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

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

{
    "id": 3551217,
    "uri": "https://api.kexp.org/v2/plays/3551217/?format=api",
    "airdate": "2025-09-10T08:00:18-07:00",
    "show": 64524,
    "show_uri": "https://api.kexp.org/v2/shows/64524/?format=api",
    "image_uri": "https://dn721908.ca.archive.org/0/items/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b-42023244396_thumb500.jpg",
    "thumbnail_uri": "https://dn721908.ca.archive.org/0/items/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b-42023244396_thumb250.jpg",
    "song": "Misery",
    "track_id": "2d33a707-06e6-4b88-a4d9-38df2c48ddb4",
    "recording_id": "605d9f93-c556-49f3-bdf3-9b951cc54aa2",
    "artist": "Winter",
    "artist_ids": [
        "7e8d8cfc-8ac6-47d5-836c-40d729c766d1"
    ],
    "album": "Adult Romantix",
    "release_id": "a74ba4cf-1218-45c6-993a-f6e48695d56b",
    "release_group_id": "32c45e0e-0cb6-42ba-b20f-9bfb3d3000af",
    "labels": [
        "Winspear"
    ],
    "label_ids": [
        "76320af7-a39b-4b71-8fa8-c56437f2909d"
    ],
    "release_date": "2025-08-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New York artist Winter's latest album \"Adult Romantix\" just released in August. Catch her at Barboza in Seattle on October 11 and Cafe Du Nord in San Francisco on October 14.\n\nhttps://www.daydreamingwinter.com/\nhttps://daydreamingwinter.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}