Information about plays

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

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

{
    "id": 3500842,
    "uri": "https://api.kexp.org/v2/plays/3500842/?format=api",
    "airdate": "2025-05-13T12:26:26-07:00",
    "show": 63450,
    "show_uri": "https://api.kexp.org/v2/shows/63450/?format=api",
    "image_uri": "https://dn721304.ca.archive.org/0/items/mbid-ccf6beb3-a589-409f-bf03-e577d347e42f/mbid-ccf6beb3-a589-409f-bf03-e577d347e42f-5731190178_thumb500.jpg",
    "thumbnail_uri": "https://ia800208.us.archive.org/5/items/mbid-ccf6beb3-a589-409f-bf03-e577d347e42f/mbid-ccf6beb3-a589-409f-bf03-e577d347e42f-5731190178_thumb250.jpg",
    "song": "Of Course You Can",
    "track_id": "68969d64-24f0-3ef0-b29d-4c9a676b7487",
    "recording_id": "b2526feb-db0a-4279-b525-45d3bb266c06",
    "artist": "Spearhead",
    "artist_ids": [
        "e23eac42-f904-47da-8599-823ff431bea4"
    ],
    "album": "Home",
    "release_id": "ccf6beb3-a589-409f-bf03-e577d347e42f",
    "release_group_id": "21313cf6-734f-3820-9c74-71c4075bb5d8",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-09-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Home\" was the debut album from Spearhead. \"Think Sly and The Family Stone meets Public Enemy on the way to the Blue Note. \"\n--\nThat's Vernon Reid on guitar.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}