Information about plays

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

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

{
    "id": 3631633,
    "uri": "https://api.kexp.org/v2/plays/3631633/?format=api",
    "airdate": "2026-03-20T19:43:05-07:00",
    "show": 66233,
    "show_uri": "https://api.kexp.org/v2/shows/66233/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Soul Makossa",
    "track_id": null,
    "recording_id": "e582cd32-1262-4c73-98c7-6fec76b73370",
    "artist": "Manu Dibango",
    "artist_ids": [
        "826b488f-5164-45ca-abc4-ab11b3c321eb"
    ],
    "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": "Rest In Peace Manu Dibango. Soul Makossa is one of the most sampled song from Africa.  \n\nDibango and Masekela both operated within the African diaspora jazz circuit, performing internationally and blending traditional African rhythms with funk and jazz instrumentation\n\n\n\nhttps://www.nytimes.com/2020/03/24/arts/music/manu-dibango-dead-coronavirus.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}