Information about plays

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

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

{
    "id": 3665201,
    "uri": "https://api.kexp.org/v2/plays/3665201/?format=api",
    "airdate": "2026-06-08T03:37:27-07:00",
    "show": 66933,
    "show_uri": "https://api.kexp.org/v2/shows/66933/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f0bc615-34b0-4e2e-89a8-ac2172c4dac3/26107325796-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f0bc615-34b0-4e2e-89a8-ac2172c4dac3/26107325796-250.jpg",
    "song": "It's Impossible (From \"Il Dio sotto la pelle\")",
    "track_id": null,
    "recording_id": "05764b27-97f1-41c6-bb5c-83078d3f91c2",
    "artist": "Piero Piccioni",
    "artist_ids": [
        "52e50090-9a6d-463b-9cf9-ea5de196026a"
    ],
    "album": "Cinema Hotel, Vol. 2",
    "release_id": null,
    "release_group_id": "ebedc181-9a0f-4a66-be49-53312a149774",
    "labels": [
        "Bacci Bros Records"
    ],
    "label_ids": [
        "d5364c91-f357-4248-8b73-63ff6e33b054"
    ],
    "release_date": "2017-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}