Information about plays

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

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

{
    "id": 3634428,
    "uri": "https://api.kexp.org/v2/plays/3634428/?format=api",
    "airdate": "2026-03-27T23:49:26-07:00",
    "show": 66297,
    "show_uri": "https://api.kexp.org/v2/shows/66297/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Summer Breeze",
    "track_id": null,
    "recording_id": "36bc1ef0-6d69-47f4-8869-38f7d90886d2",
    "artist": "DJ Quik",
    "artist_ids": [
        "542f4f08-4d8f-48db-a414-d3a33a62929f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "DJ Quik brilliantly flips the Isley Brothers' 1974 version of \"Summer Breeze\" into a West Coast cruising anthem. DJ Quik, born David Marvin Blake, is one of hip-hop's most talented multi-instrumentalists and producers, known for playing actual bass, keyboards, and drums on his tracks rather than relying solely on samples. \"Summer Breeze\" exemplifies Quik's ability to take classic soul records and transform them into modern West Coast classics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}