Information about plays

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

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

{
    "id": 3615893,
    "uri": "https://api.kexp.org/v2/plays/3615893/?format=api",
    "airdate": "2026-02-10T20:55:09-08:00",
    "show": 65899,
    "show_uri": "https://api.kexp.org/v2/shows/65899/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eye Nyam Nam 'A' Mensuro (Henrik Schwarz Blend)",
    "track_id": null,
    "recording_id": "8f73c13e-0ecc-4934-9518-60f459d8898a",
    "artist": "Ebo Taylor",
    "artist_ids": [
        "8b034085-b06d-4c42-9be3-d709be169d79"
    ],
    "album": "!Kollections 03: The Club II",
    "release_id": null,
    "release_group_id": "7e9a657f-f6d6-471c-89bf-faf0c8232c26",
    "labels": [],
    "label_ids": [],
    "release_date": "2017-05-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"A rare original from 1978, Ebo Taylor and Pat Thomas’ ‘Ene Nyame ‘A’ Mensuro’ is a yearning hidden classic of Ghanaian highlife / Afrobeat. Created originally as a DJ tool for his sets, Henrik Schwarz’ remix transforms the track into a late night dancefloor gem.\"  That's from the Bandcamp page for this infectious song: https://strut.bandcamp.com/album/ene-nyame-a-mensuro-henrik-schwarz-mixes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}