Information about plays

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

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

{
    "id": 3627939,
    "uri": "https://api.kexp.org/v2/plays/3627939/?format=api",
    "airdate": "2026-03-12T01:51:06-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/b7f63554-29b2-45a5-914c-277ef028d17f/15124144583-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b7f63554-29b2-45a5-914c-277ef028d17f/15124144583-250.jpg",
    "song": "Here Comes the Hotstepper",
    "track_id": null,
    "recording_id": "f3cf9be3-a9c3-471f-9a49-154d388a7085",
    "artist": "Ini Kamoze",
    "artist_ids": [
        "ce29fa89-8aed-4f7b-8b3e-a34d0c9ed0c6"
    ],
    "album": "Here Comes the Hotstepper",
    "release_id": null,
    "release_group_id": "affc7cc4-3121-34e5-a380-5ab68afaddda",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-04-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Here Comes the Hotstepper\"  from Jamaican dancehall artist Ini Kamoze contains several samples, including vocals from \"The Champ\" by The Mohawks, \"Hot Pants\" by Bobby Byrd, and \"La Di Da Di\" by Doug E. Fresh and Slick Rick.\n***\nCheck his newest stuff out: http://www.inikamoze.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}