Information about plays

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

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

{
    "id": 3597479,
    "uri": "https://api.kexp.org/v2/plays/3597479/?format=api",
    "airdate": "2025-12-29T05:27:08-08:00",
    "show": 65505,
    "show_uri": "https://api.kexp.org/v2/shows/65505/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ready or Not",
    "track_id": "981e6e68-946a-3a93-9c83-8b309ece1d11",
    "recording_id": "b6115d1d-6aca-4b3e-aa34-b6ac53858b02",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": "01882f08-0c82-4ecb-8a3f-471e2f61ef52",
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Fugees' \"Ready or Not\" samples The Delfonics' \"Ready or Not Here I Come\"!\n\n“Ready Or Not” was released as the follow-up to the group’s massive chart topping R&B hit “Killing Me Softly.” With verses from all three Fugees, this song was more indicative of the trio’s hip-hop sound than their breakout hit. \n\nBarack Obama listed “Ready Or Not” as his favorite song while running for president in 2008.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}