Information about plays

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

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

{
    "id": 3575105,
    "uri": "https://api.kexp.org/v2/plays/3575105/?format=api",
    "airdate": "2025-11-07T11:56:09-08:00",
    "show": 65045,
    "show_uri": "https://api.kexp.org/v2/shows/65045/?format=api",
    "image_uri": "https://ia600402.us.archive.org/9/items/mbid-eeba8cf3-9179-474b-a085-2ffe5c9d5cc9/mbid-eeba8cf3-9179-474b-a085-2ffe5c9d5cc9-23657614626_thumb500.jpg",
    "thumbnail_uri": "https://dn721709.ca.archive.org/0/items/mbid-eeba8cf3-9179-474b-a085-2ffe5c9d5cc9/mbid-eeba8cf3-9179-474b-a085-2ffe5c9d5cc9-23657614626_thumb250.jpg",
    "song": "Down 42nd Street to the Light",
    "track_id": "692e7767-3b24-3a12-ae02-11b8d506263c",
    "recording_id": "6da43a95-a1d6-4c3e-8162-0858084138c5",
    "artist": "East River Pipe",
    "artist_ids": [
        "0e56780b-b99c-4078-a098-bba329db985d"
    ],
    "album": "The Gasoline Age",
    "release_id": "eeba8cf3-9179-474b-a085-2ffe5c9d5cc9",
    "release_group_id": "ba2594f5-cd6d-371f-811b-9d9e219adc98",
    "labels": [
        "Merge Records"
    ],
    "label_ids": [
        "5a4f8d65-681e-4a1f-85a8-a874c9513888"
    ],
    "release_date": "1999-08-10",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "East River Pipe is the project of NYC-based artist, FM Cornog. \"Down on 42nd Street to the Light\" comes from the 1999 album, The Gasoline Age.\n\nhttps://eastriverpipe.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}