Information about plays

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

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

{
    "id": 3618201,
    "uri": "https://api.kexp.org/v2/plays/3618201/?format=api",
    "airdate": "2026-02-16T07:08:19-08:00",
    "show": 65949,
    "show_uri": "https://api.kexp.org/v2/shows/65949/?format=api",
    "image_uri": "https://coverartarchive.org/release/32d276a5-409b-35dd-970b-02613f841e2b/31660570386-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/32d276a5-409b-35dd-970b-02613f841e2b/31660570386-250.jpg",
    "song": "Full Moon, Empty Heart",
    "track_id": null,
    "recording_id": "376d3b07-a42d-4039-a9cc-930aee7e856a",
    "artist": "Belly",
    "artist_ids": [
        "c118bc97-11a7-41dc-a55e-48c3bcf22ac2"
    ],
    "album": "Star",
    "release_id": null,
    "release_group_id": "484c1eec-d56e-3eb3-8ac1-e5ef5d652f4c",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1993-01-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Tanya Donelly and Belly perform live in the KEXP studio in August, 2018 with John: https://www.youtube.com/watch?v=FM4pm6S8Mi0",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}