Information about plays

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

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

{
    "id": 3652166,
    "uri": "https://api.kexp.org/v2/plays/3652166/?format=api",
    "airdate": "2026-05-08T14:24:27-07:00",
    "show": 66662,
    "show_uri": "https://api.kexp.org/v2/shows/66662/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Keep It Hot (Re-mix)",
    "track_id": null,
    "recording_id": "5a7f3cc9-30b2-4321-9a4e-5077ed7db0c8",
    "artist": "The Egyptian Lover",
    "artist_ids": [
        "31200780-d9e5-4c34-a022-064410996ee0"
    ],
    "album": "Electro Pharaoh",
    "release_id": null,
    "release_group_id": "a44a2156-8ad2-4396-95f5-8d872d852ad1",
    "labels": [
        "Egyptian Empire Records"
    ],
    "label_ids": [
        "1fc12f61-99f8-462e-979d-987cb31d20bf"
    ],
    "release_date": "2009-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Everything combustible as I erupt the dance floor\nWith my sultry style, I'ma keep it hot for a while...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}