Information about plays

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

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

{
    "id": 3613443,
    "uri": "https://api.kexp.org/v2/plays/3613443/?format=api",
    "airdate": "2026-02-05T07:24:09-08:00",
    "show": 65845,
    "show_uri": "https://api.kexp.org/v2/shows/65845/?format=api",
    "image_uri": "https://dn710601.ca.archive.org/0/items/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01-33449398821_thumb500.jpg",
    "thumbnail_uri": "https://dn710601.ca.archive.org/0/items/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01/mbid-c9ba46a4-da09-4a5a-b270-fae9e6b15a01-33449398821_thumb250.jpg",
    "song": "Whip‐Smart",
    "track_id": "10adf6ea-5d70-335f-89ec-bd94b900fe16",
    "recording_id": "f60eb663-79bd-4c2c-b474-3538868ea33c",
    "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": "From Liz Phair's second studio album, released in 1994.\n\nThe song interpolates the chorus from Malcolm McLaren's 1983 hit \"Double Dutch.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}