Information about plays

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

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

{
    "id": 3542741,
    "uri": "https://api.kexp.org/v2/plays/3542741/?format=api",
    "airdate": "2025-08-21T03:32:55-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/c2b98acd-cdb8-42d0-a52a-43b23dc00dec/18986571815-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c2b98acd-cdb8-42d0-a52a-43b23dc00dec/18986571815-250.jpg",
    "song": "Ready Or Not",
    "track_id": null,
    "recording_id": "8800ee2d-7b84-4743-aea4-b89aa0b2327c",
    "artist": "Fugees",
    "artist_ids": [
        "ea321799-9b1d-4e74-a074-a5facf597d82"
    ],
    "album": "The Score",
    "release_id": null,
    "release_group_id": "dd2203dd-a149-316b-ad7f-a303dc4fc459",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1996-02-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "“Ready or Not” is the third track off the second studio album “ The Score” from famous American hip-hop group Fugees. With it reaching the charts globally, the track is a signature from the group. Their name comes from the term “refugees”, as one of the members Neclust Wyclef Jean is from Haiti.\n\nRead the full story of the song here!\nhttps://storyofsong.com/story/ready-or-not/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}