Information about plays

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

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

{
    "id": 3599598,
    "uri": "https://api.kexp.org/v2/plays/3599598/?format=api",
    "airdate": "2026-01-03T09:44:28-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World a Reggae",
    "track_id": null,
    "recording_id": "e2523667-13f2-4328-8e30-8d3f7b706107",
    "artist": "Ini Kamoze",
    "artist_ids": [
        "ce29fa89-8aed-4f7b-8b3e-a34d0c9ed0c6"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ini Kamoze (born Cecil Campbell, Oct 9, 1957, Jamaica) is a Jamaican reggae singer famous for his 1994 global hit \"Here Comes the Hotstepper,\" which sampled Wilson Pickett's \"Land of 1000 Dances\" and reached #1 on the US Billboard Hot 100, revitalizing his sporadic career after early success with Island Records. Known for his unique style bridging roots reggae and modern sounds, Kamoze, whose name means \"mountain of the true God,\" is a respected figure who emerged from Kingston's vibrant music scene.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}