Information about plays

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

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

{
    "id": 3545882,
    "uri": "https://api.kexp.org/v2/plays/3545882/?format=api",
    "airdate": "2025-08-28T13:07:18-07:00",
    "show": 64410,
    "show_uri": "https://api.kexp.org/v2/shows/64410/?format=api",
    "image_uri": "https://ia801703.us.archive.org/33/items/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7-8526429826_thumb500.jpg",
    "thumbnail_uri": "https://ia601703.us.archive.org/33/items/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7/mbid-da976a96-c18a-464b-8d7e-8382a3a498a7-8526429826_thumb250.jpg",
    "song": "Blowing Down",
    "track_id": "e05218cb-66a5-304d-a65e-57a81d3f1edb",
    "recording_id": "d66458a6-9b2d-4b6e-bd17-4003e09b9118",
    "artist": "Digable Planets",
    "artist_ids": [
        "ff44f779-74ab-48f8-aac3-39ebe8f7c18e"
    ],
    "album": "Blowout Comb",
    "release_id": "23943394-4ef1-436a-bd6c-74e0e5bdd29f",
    "release_group_id": "ee79e536-de20-3af0-9ae8-b529503a8c3e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1994-10-18",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"Blowing Down\" contains samples of \"Jasper Country Man\" by Bobbi Humphrey, \"Ghetto Ho\" by Jamie Foxx and \"Music for My Mother\" by Funkadelic. \n--\nWatch a live performance by Digable Planets in the KEXP studio in 2023: https://www.youtube.com/watch?v=EYXl6LOHvWU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}