Information about plays

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

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

{
    "id": 3532228,
    "uri": "https://api.kexp.org/v2/plays/3532228/?format=api",
    "airdate": "2025-07-27T01:28:02-07:00",
    "show": 64125,
    "show_uri": "https://api.kexp.org/v2/shows/64125/?format=api",
    "image_uri": "https://coverartarchive.org/release/fb1e324b-7ee8-4649-8306-a20d6e6ee762/41790542141-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fb1e324b-7ee8-4649-8306-a20d6e6ee762/41790542141-250.jpg",
    "song": "The Dying Breath of A Sacred Stag",
    "track_id": null,
    "recording_id": "c65978d2-8050-4f79-b886-751d831dfd86",
    "artist": "Blackbraid",
    "artist_ids": [
        "e3a90a6a-4121-4c75-97e4-89d4c217717b"
    ],
    "album": "Blackbraid III",
    "release_id": null,
    "release_group_id": "6afc81db-c003-4bac-929b-e659aed1649d",
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Adirondack Mountains, New York\nhttps://blackbraid.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}