Information about plays

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

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

{
    "id": 3665267,
    "uri": "https://api.kexp.org/v2/plays/3665267/?format=api",
    "airdate": "2026-06-08T07:40:02-07:00",
    "show": 66935,
    "show_uri": "https://api.kexp.org/v2/shows/66935/?format=api",
    "image_uri": "https://dn721509.ca.archive.org/0/items/mbid-603112f0-ab5b-4ce9-816d-4c02ae19bb42/mbid-603112f0-ab5b-4ce9-816d-4c02ae19bb42-21764599580_thumb500.jpg",
    "thumbnail_uri": "https://dn721509.ca.archive.org/0/items/mbid-603112f0-ab5b-4ce9-816d-4c02ae19bb42/mbid-603112f0-ab5b-4ce9-816d-4c02ae19bb42-21764599580_thumb250.jpg",
    "song": "Shut ’Em Up",
    "track_id": "e32f3057-6ece-4dda-83b9-9e45aa594e88",
    "recording_id": "a3cad5b9-654c-4d8c-8c51-90774721de8e",
    "artist": "The Prodigy vs. Public Enemy vs. Manfred Mann",
    "artist_ids": [
        "bf2e15d0-4b77-469e-bfb4-f8414415baca",
        "4a4ee089-93b1-4470-af9a-6ff575d32704",
        "9c6d95f9-5101-49d9-ae1c-cff73b9e3317"
    ],
    "album": "The Day Is My Enemy",
    "release_id": "603112f0-ab5b-4ce9-816d-4c02ae19bb42",
    "release_group_id": "b935bfda-dd9b-4f30-8e43-ea9561a7e751",
    "labels": [
        "Take Me to the Hospital"
    ],
    "label_ids": [
        "fe7ad220-89c4-49ef-9d89-3e2573d6b21f"
    ],
    "release_date": "2015-11-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Public Enemy and The Prodigy together on this track! Sampling Public Enemy's Shut 'em Down! Recorded over four years, the album marks the first time that band members Maxim and Keith Flint were actively involved in the songwriting process. The album title references the Cole Porter song \"All Through the Night\", specifically its lyrics \"the day is my enemy, the night my friend\", though it was the Ella Fitzgerald version that first inspired the title track.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}