Information about plays

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

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

{
    "id": 3525008,
    "uri": "https://api.kexp.org/v2/plays/3525008/?format=api",
    "airdate": "2025-07-10T03:56:37-07:00",
    "show": 63970,
    "show_uri": "https://api.kexp.org/v2/shows/63970/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a01636e-a471-484f-8881-2466988674c0/41859270201-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a01636e-a471-484f-8881-2466988674c0/41859270201-250.jpg",
    "song": "KOFFEE (clean edit)",
    "track_id": null,
    "recording_id": "c4b9a620-ee54-40ba-918f-830f2ca03993",
    "artist": "Original Koffee",
    "artist_ids": [
        "7d04679e-a855-4214-9543-febaf02de725"
    ],
    "album": "KOFFEE",
    "release_id": null,
    "release_group_id": "8fb93590-e9db-4392-be14-56fe15194d17",
    "labels": [
        "Promised Land"
    ],
    "label_ids": [
        "9c1d2a2e-108e-440c-93e5-ed471fcdec2b"
    ],
    "release_date": "2025-04-29",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mikayla “Koffee” Simpson is Original Koffee.  is a Jamaican singer, rapper, DJ, and guitarist whose vibrant mix of dancehall, reggae, and rap earned her international attention and a major-label deal with Columbia, which issued her debut EP, \"Rapture,\" in 2019.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}