Information about plays

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

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

{
    "id": 3539276,
    "uri": "https://api.kexp.org/v2/plays/3539276/?format=api",
    "airdate": "2025-08-12T18:28:20-07:00",
    "show": 64272,
    "show_uri": "https://api.kexp.org/v2/shows/64272/?format=api",
    "image_uri": "https://ia801404.us.archive.org/3/items/mbid-43018d17-df0a-468f-9f23-2fc005f2056b/mbid-43018d17-df0a-468f-9f23-2fc005f2056b-27118615789_thumb500.jpg",
    "thumbnail_uri": "https://ia801404.us.archive.org/3/items/mbid-43018d17-df0a-468f-9f23-2fc005f2056b/mbid-43018d17-df0a-468f-9f23-2fc005f2056b-27118615789_thumb250.jpg",
    "song": "Rock the House",
    "track_id": "d5a3ef05-92c2-4579-8a37-e99672fb7a40",
    "recording_id": "cdb4ccf5-4954-4634-967c-995c04f686bd",
    "artist": "Gorillaz",
    "artist_ids": [
        "e21857d5-3256-4547-afb3-4b6ded592596"
    ],
    "album": "Gorillaz",
    "release_id": "43018d17-df0a-468f-9f23-2fc005f2056b",
    "release_group_id": "b0405d2a-5720-340a-bb56-4e135d031cc2",
    "labels": [
        "Virgin",
        "Parlophone"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "2001-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring birthday boy Del the Funky Homosapien!\n___\n\nThis is one of two tracks from this album featuring Del the Funky Homosapien -- and a horn section loop sampled from \"Theme to Modesty Blaise\", a piece by British jazz musician John Dankworth.  The theme was written for the 1966 English film of the same name, a parody of the spy movie genre featuring Monica Vitti as the eponymous hero and international super-spy",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}