Information about plays

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

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

{
    "id": 3637421,
    "uri": "https://api.kexp.org/v2/plays/3637421/?format=api",
    "airdate": "2026-04-03T20:58:34-07:00",
    "show": 66357,
    "show_uri": "https://api.kexp.org/v2/shows/66357/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beranger Muana Bangui",
    "track_id": null,
    "recording_id": null,
    "artist": "Dany Engobo",
    "artist_ids": [
        "dc87d126-4dfb-4f83-9ea6-f9e155f38e9f"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dany Engobo, born in 1955 in Congo, was a Congolese musician and singer. He began his music career in Brazzaville before moving to Paris in 1976 where he formed the band Les Coeurs Brises.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}