Information about plays

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

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

{
    "id": 3580140,
    "uri": "https://api.kexp.org/v2/plays/3580140/?format=api",
    "airdate": "2025-11-19T07:15:31-08:00",
    "show": 65152,
    "show_uri": "https://api.kexp.org/v2/shows/65152/?format=api",
    "image_uri": "https://ia601604.us.archive.org/2/items/mbid-589f9f54-1894-36ee-99e1-a4733a860a12/mbid-589f9f54-1894-36ee-99e1-a4733a860a12-9518501268_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/2/items/mbid-589f9f54-1894-36ee-99e1-a4733a860a12/mbid-589f9f54-1894-36ee-99e1-a4733a860a12-9518501268_thumb250.jpg",
    "song": "Staples",
    "track_id": "6e7eda53-173b-3f5f-9416-d2f9b3fa50c4",
    "recording_id": "40fda207-4501-437d-a910-8802e53981ed",
    "artist": "Buffalo Tom",
    "artist_ids": [
        "1159e0d0-a782-471a-9dae-93ac046eac72"
    ],
    "album": "Let Me Come Over",
    "release_id": "589f9f54-1894-36ee-99e1-a4733a860a12",
    "release_group_id": "2fba4543-b6c3-30aa-85d3-2d334dff8414",
    "labels": [
        "Ra Records"
    ],
    "label_ids": [
        "b68d6767-c34a-49ab-9ef2-d2d64a9e7d5e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boston trio, Buffalo Tom (aka Dinosaur Jr. junior) released this gem back in '92. You can find it on the album, Let Me Come Over. Buffalo Tom's Bandcamp: https://buffalotom.bandcamp.com/album/let-me-come-over-25th-anniversary-edition\n\nThe band's name is derived from the band Buffalo Springfield and the first name of the drummer.\n\nhttps://buffalotom.bandcamp.com\nhttps://www.buffalotom.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}