Information about plays

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

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

{
    "id": 3634393,
    "uri": "https://api.kexp.org/v2/plays/3634393/?format=api",
    "airdate": "2026-03-27T21:35:17-07:00",
    "show": 66296,
    "show_uri": "https://api.kexp.org/v2/shows/66296/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mbube the Great",
    "track_id": null,
    "recording_id": "2db5a845-508e-4be9-9dee-427a3f8005b3",
    "artist": "Skinflint",
    "artist_ids": [
        "5b6025ed-7850-4434-8697-ac46f78ee70b"
    ],
    "album": "Iklwa",
    "release_id": null,
    "release_group_id": "6216f890-c533-45eb-9cce-4bd0ec08af33",
    "labels": [],
    "label_ids": [],
    "release_date": "2010-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Skinflint is a heavy metal band from Gaborone, Botswana. They have incorporated elements from African culture into heavy metal music. \n VIDEO: https://www.youtube.com/watch?v=LMMwLcSyRFo\nInterview: https://echoesanddust.com/2022/01/skinflint-dark-tales-from-botswana/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}