Information about plays

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

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

{
    "id": 3580489,
    "uri": "https://api.kexp.org/v2/plays/3580489/?format=api",
    "airdate": "2025-11-20T03:22:24-08:00",
    "show": 65158,
    "show_uri": "https://api.kexp.org/v2/shows/65158/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Front, Back & Side to Side",
    "track_id": null,
    "recording_id": "ff6309ac-372a-4745-9c4f-4ddf490efedf",
    "artist": "UGK",
    "artist_ids": [
        "9603810b-5d6d-41a6-aca8-330ef966d55c"
    ],
    "album": "Super Tight…",
    "release_id": null,
    "release_group_id": "8e0d1f4a-f7fe-3eea-9f80-0dc0a7d0a8cf",
    "labels": [
        "Jive"
    ],
    "label_ids": [
        "79245298-c0ba-4eba-aecc-3dfe8eeb689f"
    ],
    "release_date": "1994-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "UGK, aka Underground Kingz, was an American hip hop duo from Port Arthur, Texas. The duo consisted of Chad Butler (Pimp C) and Bernard Freeman (Bun B).",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}