Information about plays

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

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

{
    "id": 3542627,
    "uri": "https://api.kexp.org/v2/plays/3542627/?format=api",
    "airdate": "2025-08-20T21:22:54-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://ia804502.us.archive.org/8/items/mbid-991de6ef-018f-4cc1-804e-694d6ed0ac60/mbid-991de6ef-018f-4cc1-804e-694d6ed0ac60-30098225803_thumb500.jpg",
    "thumbnail_uri": "https://ia804502.us.archive.org/8/items/mbid-991de6ef-018f-4cc1-804e-694d6ed0ac60/mbid-991de6ef-018f-4cc1-804e-694d6ed0ac60-30098225803_thumb250.jpg",
    "song": "Goatslaves",
    "track_id": "4b4970ee-562e-4840-b844-c14e219bed63",
    "recording_id": "6a2756dc-4a39-4cdc-aaef-2c5ebabbba9f",
    "artist": "Goat",
    "artist_ids": [
        "6738d800-5160-4959-b78a-ae12c5dba3d0"
    ],
    "album": "Commune",
    "release_id": "bd50286e-ed53-41a5-bd23-abb7fb9953fc",
    "release_group_id": "ae73115b-aa66-447c-a6f6-30d67639593d",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2014-09-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Weekly Goat sacrifice. They will be in Vienna, Austria next week. Maybe someday they'll come to Seattle. \n\nhttps://goat.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}