Information about plays

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

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

{
    "id": 3656887,
    "uri": "https://api.kexp.org/v2/plays/3656887/?format=api",
    "airdate": "2026-05-19T15:47:35-07:00",
    "show": 66760,
    "show_uri": "https://api.kexp.org/v2/shows/66760/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-b8704d6a-51ee-349e-9aff-1d131b4d20fb/mbid-b8704d6a-51ee-349e-9aff-1d131b4d20fb-25110139467_thumb500.jpg",
    "thumbnail_uri": "https://ia802801.us.archive.org/33/items/mbid-b8704d6a-51ee-349e-9aff-1d131b4d20fb/mbid-b8704d6a-51ee-349e-9aff-1d131b4d20fb-25110139467_thumb250.jpg",
    "song": "Let’s Go",
    "track_id": "a1817416-c65e-3a7d-a677-1840e8d3eb86",
    "recording_id": "e9f63d92-6932-4027-9634-92a5938a0130",
    "artist": "The Feelies",
    "artist_ids": [
        "28c07254-aeae-42ad-beea-67f59c3c8baf"
    ],
    "album": "The Good Earth",
    "release_id": "b8704d6a-51ee-349e-9aff-1d131b4d20fb",
    "release_group_id": "5838069c-cca4-307b-995b-22d110504955",
    "labels": [
        "Coyote Records"
    ],
    "label_ids": [
        "7e8d124e-2f40-48ef-8edd-e48278fde92a"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Rexter!\n--\nSix years after their debut record, Haledon, NJ’s Feelies teamed up with Peter Buck (REM) on production for “The Good Earth.”\nThe Feelies more recently (June 2025) released a new album \"Rewind\" featuring a collection of covers from throughout their career.\nhttps://thefeelies.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}