Information about plays

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

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

{
    "id": 3565239,
    "uri": "https://api.kexp.org/v2/plays/3565239/?format=api",
    "airdate": "2025-10-15T03:03:37-07:00",
    "show": 64838,
    "show_uri": "https://api.kexp.org/v2/shows/64838/?format=api",
    "image_uri": "https://coverartarchive.org/release/70f2bab0-6640-43bd-a7b3-bf460fdde03a/23690588331-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/70f2bab0-6640-43bd-a7b3-bf460fdde03a/23690588331-250.jpg",
    "song": "Snakeskin Drape",
    "track_id": null,
    "recording_id": "cfced2be-c29d-406b-a6ec-2b48d86c9157",
    "artist": "Messa",
    "artist_ids": [
        "18ed5b9a-b236-47b6-b901-10b35d67b6db"
    ],
    "album": "Feast for Water",
    "release_id": null,
    "release_group_id": "b9e4514d-9239-4d65-afff-5058707269d4",
    "labels": [
        "Aural Music"
    ],
    "label_ids": [
        "3709c9fb-717c-4dde-9b73-cbf5d3b39f7f"
    ],
    "release_date": "2018-04-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IT'S OFFICIALLY THE WITCHING HOUR",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}