Information about plays

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

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

{
    "id": 3617117,
    "uri": "https://api.kexp.org/v2/plays/3617117/?format=api",
    "airdate": "2026-02-13T21:10:23-08:00",
    "show": 65925,
    "show_uri": "https://api.kexp.org/v2/shows/65925/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ahomka Wo Mu",
    "track_id": null,
    "recording_id": "9b86be0b-6be2-42fd-a2dd-9a78121ab20c",
    "artist": "V.I.P.",
    "artist_ids": [
        "26840037-b702-429f-b9f8-58f2c9fc4444"
    ],
    "album": "Black Stars: Ghana’s Hiplife Generation",
    "release_id": null,
    "release_group_id": "6e6c63f4-a119-3bd4-b281-95d2f561470a",
    "labels": [],
    "label_ids": [],
    "release_date": "2008-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ahomka Wo Mu is a 2008 Hip Life track by Ghanaian group VIP. It was sampled by Wizkid on the song Manya.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}