Information about plays

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

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

{
    "id": 3597639,
    "uri": "https://api.kexp.org/v2/plays/3597639/?format=api",
    "airdate": "2025-12-29T14:40:58-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Buck Em Down (Da Beatminerz remix)",
    "track_id": null,
    "recording_id": "895aaf18-3341-42e5-a327-fdf97772eb0e",
    "artist": "Black Moon",
    "artist_ids": [
        "7057a0c4-481f-48c8-9c64-28d8400539ea"
    ],
    "album": "Buck Em Down",
    "release_id": null,
    "release_group_id": "7a9cd14a-1cb2-4b92-a608-0a968acf0fab",
    "labels": [
        "Wreck Records"
    ],
    "label_ids": [
        "5f40ad5e-6aa9-4d4e-82f9-6e3ea23deb42"
    ],
    "release_date": "1994-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Black Moon is an American hip hop group, composed of members Buckshot, 5ft, and DJ Evil Dee, The group is most notable for their debut album Enta da Stage, and their affiliation with the Boot Camp Clik.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}