Information about plays

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

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

{
    "id": 3652283,
    "uri": "https://api.kexp.org/v2/plays/3652283/?format=api",
    "airdate": "2026-05-08T21:40:38-07:00",
    "show": 66665,
    "show_uri": "https://api.kexp.org/v2/shows/66665/?format=api",
    "image_uri": "https://coverartarchive.org/release/c7f73c79-536e-4b58-8152-a7aad47204c6/31226229230-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c7f73c79-536e-4b58-8152-a7aad47204c6/31226229230-250.jpg",
    "song": "Egye Tu Gbe",
    "track_id": null,
    "recording_id": "0c5c99fb-4da1-40ed-83a2-89a6d0041332",
    "artist": "Sawaaba Sound",
    "artist_ids": [
        "3df5cdf6-4b41-4ae6-900a-80b40f24cf77"
    ],
    "album": "Essiebons Special 1973 - 1984 // Ghana Music Power House",
    "release_id": null,
    "release_group_id": "1252769a-f335-4d38-89bf-517dd56e5d19",
    "labels": [],
    "label_ids": [],
    "release_date": "2021-12-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sawaaba Soundz (or Sawaaba Sound) is a Ghanaian musical group known for their work within the highlife and popular music scene in Ghana, notably affiliated with the Essiebons label. They are recognized for vintage Ghanaian highlife tracks from the 1970s/80s, including songs like \"Egye Tu Gbe\" and \"Owuo\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}