Information about plays

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

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

{
    "id": 3577265,
    "uri": "https://api.kexp.org/v2/plays/3577265/?format=api",
    "airdate": "2025-11-12T13:43:53-08:00",
    "show": 65091,
    "show_uri": "https://api.kexp.org/v2/shows/65091/?format=api",
    "image_uri": "https://ia802302.us.archive.org/3/items/mbid-bbef909f-9016-4e4a-9024-d2609a0549fb/mbid-bbef909f-9016-4e4a-9024-d2609a0549fb-30403807674_thumb500.jpg",
    "thumbnail_uri": "https://ia802302.us.archive.org/3/items/mbid-bbef909f-9016-4e4a-9024-d2609a0549fb/mbid-bbef909f-9016-4e4a-9024-d2609a0549fb-30403807674_thumb250.jpg",
    "song": "Bear Witness (extended version)",
    "track_id": "3ef32744-6574-3c32-9bea-94add6ab0a74",
    "recording_id": "3ae3687b-6980-49c0-9967-9e8074dd6035",
    "artist": "Dr. Octagon",
    "artist_ids": [
        "3eba5e02-780b-4acd-befb-d23a0c6708dd"
    ],
    "album": "Instrumentalyst: Octagon Beats",
    "release_id": "bbef909f-9016-4e4a-9024-d2609a0549fb",
    "release_group_id": "76bfe713-ca0a-313b-b4cc-80b150514070",
    "labels": [
        "DreamWorks Records"
    ],
    "label_ids": [
        "d4751e8e-aa7f-4670-b8a3-4a861bcffa0d"
    ],
    "release_date": "1997-04-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bear Witness,\" produced by Dan the Automator,  contains samples of \"Breeze & Soul\" by Kool & the Gang, \"Turbulence\" by Eddie Harris, \"Urban Sound Surgeon\" by 4-ever Fresh, \"Funky\" by Ultramagnetic MC's, \"Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)\" by James Brown, \"Triple Threat\" by Z-3 MC's and \"Change the Beat (Female Version)\" by Beside.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}