Information about plays

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

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

{
    "id": 3576660,
    "uri": "https://api.kexp.org/v2/plays/3576660/?format=api",
    "airdate": "2025-11-11T02:49:23-08:00",
    "show": 65078,
    "show_uri": "https://api.kexp.org/v2/shows/65078/?format=api",
    "image_uri": "https://coverartarchive.org/release/429e152d-c1ff-30f5-ae9c-2abebd55fd62/8769671871-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/429e152d-c1ff-30f5-ae9c-2abebd55fd62/8769671871-250.jpg",
    "song": "Illusions",
    "track_id": null,
    "recording_id": "0721e79d-59dc-4877-b108-02273ee7c42c",
    "artist": "Cypress Hill",
    "artist_ids": [
        "51508c1f-8d07-4a00-9cf1-26c570fe7b78"
    ],
    "album": "III: Temples of Boom",
    "release_id": null,
    "release_group_id": "6cf6a587-3b35-4916-85a9-c947101803eb",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1995-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Nate in Everett!\n\n\"Illusions\" by Cypress Hill sampled Gary Burton's \"Las Vegas Tango\".\n--\nHere's the official video for \"Illusions,\" dedicated to their homeboy \"Big Chill\": https://www.youtube.com/watch?v=xnFj5-ZBk1g",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}