Information about plays

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

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

{
    "id": 3615286,
    "uri": "https://api.kexp.org/v2/plays/3615286/?format=api",
    "airdate": "2026-02-09T13:01:38-08:00",
    "show": 65888,
    "show_uri": "https://api.kexp.org/v2/shows/65888/?format=api",
    "image_uri": "https://ia803408.us.archive.org/23/items/mbid-2e2f6eb0-c282-3494-95af-28824bb39392/mbid-2e2f6eb0-c282-3494-95af-28824bb39392-8015478242_thumb500.jpg",
    "thumbnail_uri": "https://ia903408.us.archive.org/23/items/mbid-2e2f6eb0-c282-3494-95af-28824bb39392/mbid-2e2f6eb0-c282-3494-95af-28824bb39392-8015478242_thumb250.jpg",
    "song": "Who Loves the Sun",
    "track_id": "b27ed714-62ee-3991-b734-509768995d2d",
    "recording_id": "8c30b395-3c3a-44ce-86f5-47cd5469c165",
    "artist": "The Velvet Underground",
    "artist_ids": [
        "94b0fb9d-a066-4823-b2ec-af1d324bcfcf"
    ],
    "album": "Loaded",
    "release_id": "2e2f6eb0-c282-3494-95af-28824bb39392",
    "release_group_id": "4be9d91f-6ed7-34b8-aa5e-45be79819273",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lead vocals on this one by John Cale's replacement, Doug Yule, who ended up setting up shop in Seattle making violins long after he left rock 'n' roll. https://pleasekillme.com/doug-yule \n---\n'Who Loves The Sun' is the first song on 'Loaded', the Velvet Underground's fourth studio album.  - https://www.velvetundergroundmusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}