Information about plays

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

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

{
    "id": 3640065,
    "uri": "https://api.kexp.org/v2/plays/3640065/?format=api",
    "airdate": "2026-04-09T22:55:50-07:00",
    "show": 66411,
    "show_uri": "https://api.kexp.org/v2/shows/66411/?format=api",
    "image_uri": "https://coverartarchive.org/release/825cfa17-b3de-477e-97d2-45e6c2fcd461/44381582705-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/825cfa17-b3de-477e-97d2-45e6c2fcd461/44381582705-250.jpg",
    "song": "ear to the cocoon",
    "track_id": null,
    "recording_id": "724ed407-fc08-49e0-ad0d-d731596e8521",
    "artist": "WILLOW",
    "artist_ids": [
        "6bbfc71b-5f18-4e61-82fb-bee0c2a6b5f9"
    ],
    "album": "petal rock black",
    "release_id": null,
    "release_group_id": "805236fd-5a8a-4665-bb4f-036dc59d22d5",
    "labels": [
        "Three Six Zero Recordings"
    ],
    "label_ids": [
        "9d3be650-0b52-4489-bcbf-7c9e5f1aaa4d"
    ],
    "release_date": "2026-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}