Information about plays

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

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

{
    "id": 3561000,
    "uri": "https://api.kexp.org/v2/plays/3561000/?format=api",
    "airdate": "2025-10-03T20:57:05-07:00",
    "show": 64736,
    "show_uri": "https://api.kexp.org/v2/shows/64736/?format=api",
    "image_uri": "https://coverartarchive.org/release/538bb24d-01b0-4fcc-a3f8-044ced762f41/41092915361-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/538bb24d-01b0-4fcc-a3f8-044ced762f41/41092915361-250.jpg",
    "song": "Sai",
    "track_id": null,
    "recording_id": "25ccf757-4577-4416-bde6-065bcf6a4222",
    "artist": "Kanda Bongo Man",
    "artist_ids": [
        "aee0642c-1d8b-4a64-9993-443f94242b2e"
    ],
    "album": "The Very Best of Kanda Bongo Man",
    "release_id": null,
    "release_group_id": "0189e17c-c61e-3541-84d6-40c4ef1bd46d",
    "labels": [],
    "label_ids": [],
    "release_date": "2001-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Congo DRC - Kanda Bongo Man is highly regarded as the one who revolutionized soukous music beyond the borders of Zaire (Today Congo DRC) as a vocalist based in Paris in the 80s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}