Information about plays

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

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

{
    "id": 3628999,
    "uri": "https://api.kexp.org/v2/plays/3628999/?format=api",
    "airdate": "2026-03-14T22:01:04-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mike's Dream",
    "track_id": null,
    "recording_id": null,
    "artist": "Dark Thoughts",
    "artist_ids": [
        "9eb8c6ae-2b63-4021-a3fe-5c66387bd3db"
    ],
    "album": "Highway to the End",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drunken Sailor"
    ],
    "label_ids": [],
    "release_date": "2025-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fourth full-length from Philadelphia's Dark Thoughts.  Physical copies available via Stupid Bag Records in the US.\n\nhttps://dark-thoughts.bandcamp.com/album/highway-to-the-end\nhttps://www.maximumrocknroll.com/band/dark-thoughts/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}