Information about plays

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

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

{
    "id": 3608061,
    "uri": "https://api.kexp.org/v2/plays/3608061/?format=api",
    "airdate": "2026-01-23T13:11:24-08:00",
    "show": 65732,
    "show_uri": "https://api.kexp.org/v2/shows/65732/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Southern Freeez",
    "track_id": null,
    "recording_id": "f878e2b5-44d4-4bfe-9f74-94943dc1b0c2",
    "artist": "Freeez",
    "artist_ids": [
        "adbd993c-fd28-4885-ad2d-0349546119ab"
    ],
    "album": "Southern Freeez",
    "release_id": null,
    "release_group_id": "522074b0-879f-4c22-a89c-d730972eb863",
    "labels": [
        "Beggars Banquet"
    ],
    "label_ids": [
        "5917da67-b605-4a08-a5a0-a6874501dda4"
    ],
    "release_date": "1981-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Freeez released \"Southern Freeez\" on the album of the same name in 1981.\n\n\"Southern Freeez\" was the first single released by British dance band Freeez from their debut album, also entitled Southern Freeez. Ingrid Mansfield Allman is featured on vocals. Southern Freeez is named from a dance move called, \"The Freeze,\" used by clubbers at the Southgate Royalty Club in London in the early 1980s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}