Information about plays

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

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

{
    "id": 3604166,
    "uri": "https://api.kexp.org/v2/plays/3604166/?format=api",
    "airdate": "2026-01-14T06:38:18-08:00",
    "show": 65646,
    "show_uri": "https://api.kexp.org/v2/shows/65646/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Tommy the Cat",
    "track_id": "7f7e9cb7-e2c7-3492-9117-395fd0332522",
    "recording_id": "5010da62-0711-478f-866a-9bbd09771098",
    "artist": "Primus",
    "artist_ids": [
        "84dc4f23-c0b8-4fe1-bbca-a3993ddc8fc2"
    ],
    "album": "Sailing the Seas of Cheese",
    "release_id": "4afdaa99-93f5-381b-a09c-eb1a73097667",
    "release_group_id": "a7c4f177-8de8-366f-87f4-aa851ae32012",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1991-07-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"The most perfect, perfect day ever!\n\nThank you, Eva!\n\nPS - only thing to make it better, but less alliterative, would be some Primus!\" \n\nThank you Ed!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}