Information about plays

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

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

{
    "id": 3546127,
    "uri": "https://api.kexp.org/v2/plays/3546127/?format=api",
    "airdate": "2025-08-29T03:03:54-07:00",
    "show": 64415,
    "show_uri": "https://api.kexp.org/v2/shows/64415/?format=api",
    "image_uri": "https://ia800408.us.archive.org/22/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": "Just Like a Flower",
    "track_id": "138ff538-01c3-4683-b042-51b85c03260a",
    "recording_id": "38ed1356-b13b-49e5-b825-f5d2c7f57ae3",
    "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 album out this last Friday! Playing Barboza in Seattle on October 11th! Full tour here https://www.daydreamingwinter.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}