Information about plays

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

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

{
    "id": 3543616,
    "uri": "https://api.kexp.org/v2/plays/3543616/?format=api",
    "airdate": "2025-08-23T04:59:35-07:00",
    "show": 64361,
    "show_uri": "https://api.kexp.org/v2/shows/64361/?format=api",
    "image_uri": "https://ia600408.us.archive.org/22/items/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b-42023244396_thumb500.jpg",
    "thumbnail_uri": "https://ia600408.us.archive.org/22/items/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b/mbid-a74ba4cf-1218-45c6-993a-f6e48695d56b-42023244396_thumb250.jpg",
    "song": "Sometimes I Think About Death",
    "track_id": "2f3f2d91-4d98-44c7-9e8b-b22933736aa8",
    "recording_id": "5ba22643-a753-4454-8a64-6ce2598bf791",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}