Information about plays

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

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

{
    "id": 3561545,
    "uri": "https://api.kexp.org/v2/plays/3561545/?format=api",
    "airdate": "2025-10-05T06:32:16-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/6f8df1fe-c270-4987-b2f8-83a5abbecf48/24154702974-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6f8df1fe-c270-4987-b2f8-83a5abbecf48/24154702974-250.jpg",
    "song": "Envelop",
    "track_id": null,
    "recording_id": "35755b1b-6aed-463f-b0c3-a7653442345f",
    "artist": "Julianna Barwick",
    "artist_ids": [
        "ba49bbe3-188b-44d7-95f3-92ff9939af28"
    ],
    "album": "The Magic Place",
    "release_id": null,
    "release_group_id": "6918087c-08a3-4738-9836-6cc7cffd8a73",
    "labels": [
        "Asthmatic Kitty Records"
    ],
    "label_ids": [
        "e56c2bce-416f-4ddf-aee0-be2b3eee4067"
    ],
    "release_date": "2011-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A gift of support certainly would go a long way in keeping the airwaves a magical place - https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}