Information about plays

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

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

{
    "id": 3665237,
    "uri": "https://api.kexp.org/v2/plays/3665237/?format=api",
    "airdate": "2026-06-08T05:51:15-07:00",
    "show": 66934,
    "show_uri": "https://api.kexp.org/v2/shows/66934/?format=api",
    "image_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb500.jpg",
    "thumbnail_uri": "https://dn720608.ca.archive.org/0/items/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37/mbid-c658dfb6-8750-4f88-bd80-fbb9d8791f37-44982256935_thumb250.jpg",
    "song": "The Big Bad Wolf",
    "track_id": "db76189c-17c9-4d2b-a05b-0eb7eb4f6bf2",
    "recording_id": "a1525a61-6114-4c4b-bf50-e6b6d66643f0",
    "artist": "Vince Staples",
    "artist_ids": [
        "78e854b8-9713-4ff2-9218-6b3784893bff"
    ],
    "album": "Cry Baby",
    "release_id": "c658dfb6-8750-4f88-bd80-fbb9d8791f37",
    "release_group_id": "c61a29d8-6311-4b4a-96ab-e5f1b2294dab",
    "labels": [
        "Loma Vista Recordings"
    ],
    "label_ids": [
        "9c3ec056-57dd-4987-bb53-cbea027ef81c"
    ],
    "release_date": "2026-06-05",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Off Vince Staples' brand new album.\n\nhttps://vincestaples.bandcamp.com/album/cry-baby\n\nCheck out a recording of his live stream from last week:\nhttps://www.youtube.com/watch?v=mF_axuy5a5Q",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}