Information about plays

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

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

{
    "id": 3599607,
    "uri": "https://api.kexp.org/v2/plays/3599607/?format=api",
    "airdate": "2026-01-03T10:13:24-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ganja Smuggling",
    "track_id": null,
    "recording_id": "62a7b8f5-3d91-4e43-97f8-8b8b98e75c4b",
    "artist": "Eek‐A‐Mouse",
    "artist_ids": [
        "c7e31260-7372-46dc-adf1-bd6e3e983e32"
    ],
    "album": "Greensleeves Sampler",
    "release_id": null,
    "release_group_id": "618aa785-c0ee-376d-8794-75f0515fd8c8",
    "labels": [],
    "label_ids": [],
    "release_date": "1987-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eek-A-Mouse is a Jamaican reggae musician. He is one of the earliest artists to be described as a \"singjay\". Eek-A-Mouse is well known for pioneering his own style of scatting, differing from the-then toasting deejays in the 80s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}