Information about plays

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

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

{
    "id": 3599601,
    "uri": "https://api.kexp.org/v2/plays/3599601/?format=api",
    "airdate": "2026-01-03T09:54:02-08:00",
    "show": 65552,
    "show_uri": "https://api.kexp.org/v2/shows/65552/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Life",
    "track_id": null,
    "recording_id": "7290cc33-9093-43a4-bf45-8f534f34b8c3",
    "artist": "Bob Andy",
    "artist_ids": [
        "c6df8ff5-cdea-4699-8579-89c007f7193c"
    ],
    "album": "Life",
    "release_id": null,
    "release_group_id": "009cf206-c278-44e0-b5a4-ecd69a768b4a",
    "labels": [],
    "label_ids": [],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Andy (born Keith Anderson, 1944–2020) was a legendary Jamaican reggae singer, songwriter, and founding member of The Paragons, celebrated for hits like \"Feeling Soul\" and \"I've Got to Go Back Home,\" who penned classics for Marcia Griffiths (\"Feel Like Jumping\") and achieved international fame as part of Bob & Marcia with \"Young, Gifted and Black\". He was a key figure at Studio One, known for his soulful voice, insightful lyrics, and enduring contributions to reggae's golden age, earning Jamaica's Order of Distinction.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}