Information about plays

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

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

{
    "id": 3584290,
    "uri": "https://api.kexp.org/v2/plays/3584290/?format=api",
    "airdate": "2025-11-28T22:42:54-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "https://coverartarchive.org/release/d23c0e80-f001-416c-a94a-dea0a824c84c/41588091550-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d23c0e80-f001-416c-a94a-dea0a824c84c/41588091550-250.jpg",
    "song": "Hits From the Bong",
    "track_id": null,
    "recording_id": "737e3e7c-f502-41f4-a1e2-ec52d11691f7",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "Black Sunday",
    "release_id": null,
    "release_group_id": "fe860e74-7eb8-4bc3-8b8d-cbf621aed500",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-07-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Hits From the Bong\" contains samples of \"Son of a Preacher Man\" by Dusty Springfield, \"Get Out of My Life, Woman\" by Lee Dorsey and their own \"Stoned Is the Way of the Walk.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}