Information about plays

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

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

{
    "id": 3546422,
    "uri": "https://api.kexp.org/v2/plays/3546422/?format=api",
    "airdate": "2025-08-29T19:22:07-07:00",
    "show": 64421,
    "show_uri": "https://api.kexp.org/v2/shows/64421/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pass N Special",
    "track_id": null,
    "recording_id": null,
    "artist": "KiD X",
    "artist_ids": [
        "b6ee3552-67d3-47ef-9658-1d1514743caf"
    ],
    "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": "Kid X, whose real name is Bonginkosi Mahlangu, is a platinum-selling, award-winning rapper and producer from South Africa. His music is described as experimental, streetwise, and “dust avant garde”, fusing genres that wouldn't normally mix. He's been in the music industry since 2011, releasing three solo albums, a mixtape, and a group project.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}