Information about plays

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

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

{
    "id": 3599600,
    "uri": "https://api.kexp.org/v2/plays/3599600/?format=api",
    "airdate": "2026-01-03T09:51:24-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunshine Reggae",
    "track_id": null,
    "recording_id": "030352e2-1da9-4aac-80e1-5d1eaac2029b",
    "artist": "Laid Back",
    "artist_ids": [
        "a8fee308-c305-4ca1-8d30-28d150a8d5f7"
    ],
    "album": "Jamaica Connection",
    "release_id": null,
    "release_group_id": "d00b180d-8ec4-34b9-a16b-5ee399189bb0",
    "labels": [],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Laid Back is a Danish electronic pop duo (John Guldberg & Tim Stahl) famous for their 1983 global summer hit \"Sunshine Reggae,\" known for its feel-good vibe, synthesizers, and steel drums, blending pop with electronic/reggae influences, while their flip side \"White Horse\" became a US dance hit, cementing their status as quirky 80s electronic innovators.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}