Information about plays

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

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

{
    "id": 3561231,
    "uri": "https://api.kexp.org/v2/plays/3561231/?format=api",
    "airdate": "2025-10-04T13:50:35-07:00",
    "show": 64744,
    "show_uri": "https://api.kexp.org/v2/shows/64744/?format=api",
    "image_uri": "https://ia803108.us.archive.org/15/items/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01-33449398821_thumb500.jpg",
    "thumbnail_uri": "https://ia803108.us.archive.org/15/items/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01-33449398821_thumb250.jpg",
    "song": "Supernova",
    "track_id": "4c29abd4-07c7-3670-9fee-5a6bc46ae582",
    "recording_id": "f2e6a79a-efae-415b-879f-81af69208061",
    "artist": "Liz Phair",
    "artist_ids": [
        "149326c2-b8a3-48e3-b3d2-9b5b9593127f"
    ],
    "album": "Whip‐Smart",
    "release_id": "c9ba46a4-da09-4a5a-b270-fae9e6b15a01",
    "release_group_id": "a5d5a8db-333e-3db4-9261-dd2815688489",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1994-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Support KEXP & Donate today: https://www.kexp.org/donate/\n\nFor the Fall Fundraising Drive we are counting down the Listener's Top Albums of all time!\n\n#722 Liz Phair - Whip-Smart",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}