Information about plays

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

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

{
    "id": 3657264,
    "uri": "https://api.kexp.org/v2/plays/3657264/?format=api",
    "airdate": "2026-05-20T14:14:38-07:00",
    "show": 66768,
    "show_uri": "https://api.kexp.org/v2/shows/66768/?format=api",
    "image_uri": "https://dn711302.ca.archive.org/0/items/mbid-c113a8c9-d6c6-359a-b712-1033a5bb6d5e/mbid-c113a8c9-d6c6-359a-b712-1033a5bb6d5e-16032267140_thumb500.jpg",
    "thumbnail_uri": "https://dn711302.ca.archive.org/0/items/mbid-c113a8c9-d6c6-359a-b712-1033a5bb6d5e/mbid-c113a8c9-d6c6-359a-b712-1033a5bb6d5e-16032267140_thumb250.jpg",
    "song": "Bulldog Skin",
    "track_id": "64d2974c-171f-3f95-8a1b-44ec2657f586",
    "recording_id": "fe63a254-c62d-486f-880d-e7d4a85007f8",
    "artist": "Guided by Voices",
    "artist_ids": [
        "6c85f4c3-026c-4c16-9a7c-f546f42ed0fb"
    ],
    "album": "Mag Earwhig!",
    "release_id": "6e69d0af-df8f-3d6e-94a3-a61188e82ddb",
    "release_group_id": "bc2fb559-1938-34a5-b8b0-2e25e0e784f1",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "1997-05-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that Robert Pollard has released 100 albums?  Here's a recent interview with this prolific musician: https://www.popmatters.com/guided-by-voices-robert-pollard-26",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}