Information about plays

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

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

{
    "id": 3557580,
    "uri": "https://api.kexp.org/v2/plays/3557580/?format=api",
    "airdate": "2025-09-25T13:19:16-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f0098e3-a100-4628-88c3-b0a91bc7b3f5/11299800631-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f0098e3-a100-4628-88c3-b0a91bc7b3f5/11299800631-250.jpg",
    "song": "When the Shit Goes Down (Diamond D remix)",
    "track_id": null,
    "recording_id": "419e2863-797d-4e53-a469-57263190d68b",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "I Ain’t Goin’ Out Like That",
    "release_id": null,
    "release_group_id": "26cd116d-feba-37da-a76e-efb8bc03a203",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The prominent drum break from \"Stratus\" forms the foundation of Cypress Hill's beat in this Diamond D remix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}