Information about plays

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

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

{
    "id": 3554430,
    "uri": "https://api.kexp.org/v2/plays/3554430/?format=api",
    "airdate": "2025-09-18T02:44:41-07:00",
    "show": 64591,
    "show_uri": "https://api.kexp.org/v2/shows/64591/?format=api",
    "image_uri": "https://coverartarchive.org/release/d0613d7c-2cd6-45b5-94d5-75bdede3ceb7/14969852700-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d0613d7c-2cd6-45b5-94d5-75bdede3ceb7/14969852700-250.jpg",
    "song": "Wussup Wit the Luv",
    "track_id": null,
    "recording_id": "9b0c45b2-74d2-482b-83ac-d36b7e55d209",
    "artist": "Digital Underground",
    "artist_ids": [
        "ff6cb06c-a6e5-4ab9-a5ce-fa2095be45b9"
    ],
    "album": "The Body-Hat Syndrome",
    "release_id": null,
    "release_group_id": "0738846c-8390-3143-a11a-a65ab579d904",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From Oakland's Digital Underground's 1993 release 'The Body-Hat Syndrome', \"Wussup Wit the Luv\" samples Eric B. & Rakim's \"Eric B. Is President\" - and features a verse from Tupac Shakur, whose early work was with Digital Underground - included in the group’s stage shows as a dancer and personality at first. Eventually he became a featured guest on verses before spring-boarding into his solo career. This was the last time Tupac appeared on any Digital Underground release. Check out the video, which stars a young Tupac: https://youtu.be/BwU8K9WF-bc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}