Information about plays

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

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

{
    "id": 3639976,
    "uri": "https://api.kexp.org/v2/plays/3639976/?format=api",
    "airdate": "2026-04-09T17:25:34-07:00",
    "show": 66409,
    "show_uri": "https://api.kexp.org/v2/shows/66409/?format=api",
    "image_uri": "https://dn710801.ca.archive.org/0/items/mbid-2aab887a-8583-4f0f-805c-10a9c702deae/mbid-2aab887a-8583-4f0f-805c-10a9c702deae-14978727079_thumb500.jpg",
    "thumbnail_uri": "https://dn710801.ca.archive.org/0/items/mbid-2aab887a-8583-4f0f-805c-10a9c702deae/mbid-2aab887a-8583-4f0f-805c-10a9c702deae-14978727079_thumb250.jpg",
    "song": "Boy",
    "track_id": "88292ecd-ee45-30b0-b566-fa534ead2e94",
    "recording_id": "85a532a5-e4cc-4cfc-96e4-880c6720d624",
    "artist": "Book of Love",
    "artist_ids": [
        "874b3a85-db6e-49f2-b8bf-747ca5c10d27"
    ],
    "album": "I Touch Roses: The Best of Book of Love",
    "release_id": "2aab887a-8583-4f0f-805c-10a9c702deae",
    "release_group_id": "9c363cd1-bed9-3411-8d23-c8d115d885e7",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From the 1986 debut studio album, \"Boy\" was written by band member Theodore “Ted” Ottaviano. The song describes the frustrations of a girl with feelings for a boy who likes boys. http://www.bookoflovemusic.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}