Information about plays

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

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

{
    "id": 3545114,
    "uri": "https://api.kexp.org/v2/plays/3545114/?format=api",
    "airdate": "2025-08-26T15:43:31-07:00",
    "show": 64394,
    "show_uri": "https://api.kexp.org/v2/shows/64394/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Cathedral",
    "track_id": null,
    "recording_id": "b9d01b76-fdcc-43fa-8765-da3d38261b93",
    "artist": "Moon Honey",
    "artist_ids": [
        "2e982f59-a6a6-41e3-9df0-6caa2c67ac07"
    ],
    "album": "Hand-Painted Dream Photographs",
    "release_id": null,
    "release_group_id": "e800e364-8fa6-48c7-92fb-15bfe5417135",
    "labels": [],
    "label_ids": [],
    "release_date": "2013-12-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Georgia in Scotland!\n---\nListen to more from the album 'Hand-Painted Dream Photographs' here, enjoy:\nhttps://moonhoney.bandcamp.com/album/hand-painted-dream-photographs\n---\nIG:\nhttps://www.instagram.com/moonhoneyband/?hl=en",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}