Information about plays

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

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

{
    "id": 3637427,
    "uri": "https://api.kexp.org/v2/plays/3637427/?format=api",
    "airdate": "2026-04-03T21:21:41-07:00",
    "show": 66357,
    "show_uri": "https://api.kexp.org/v2/shows/66357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Bedy",
    "track_id": null,
    "recording_id": "ba0beb3a-5e0b-44cb-9de2-a4f22efdd3d8",
    "artist": "Kanda Bongo Man",
    "artist_ids": [
        "aee0642c-1d8b-4a64-9993-443f94242b2e"
    ],
    "album": "Soukous in Central Park",
    "release_id": null,
    "release_group_id": "5c895ea6-6b55-324e-b705-eff714a8bf11",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bongo Kanda, better known by his stage name Kanda Bongo Man, is a Congolese soukous musician and singer. His career debuted in 1973 when he became the singer for the Belle Mambo band, developing a sound influenced by Tabu Ley.\n\nLEGEND.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}