Information about plays

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

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

{
    "id": 3637571,
    "uri": "https://api.kexp.org/v2/plays/3637571/?format=api",
    "airdate": "2026-04-04T04:51:07-07:00",
    "show": 66361,
    "show_uri": "https://api.kexp.org/v2/shows/66361/?format=api",
    "image_uri": "https://dn710200.ca.archive.org/0/items/mbid-6c2f7e99-1ea7-3e04-977f-fb33c5461ccf/mbid-6c2f7e99-1ea7-3e04-977f-fb33c5461ccf-41672064277_thumb500.jpg",
    "thumbnail_uri": "https://dn710200.ca.archive.org/0/items/mbid-6c2f7e99-1ea7-3e04-977f-fb33c5461ccf/mbid-6c2f7e99-1ea7-3e04-977f-fb33c5461ccf-41672064277_thumb250.jpg",
    "song": "Fury",
    "track_id": "21f4d76d-dc2e-32bb-9033-0abacd30c647",
    "recording_id": "719939e1-9e81-42b2-9c53-2f1b424a3bb8",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "3121",
    "release_id": "6c2f7e99-1ea7-3e04-977f-fb33c5461ccf",
    "release_group_id": "0e8e0f70-131c-3bae-8712-06ce6e0b75b6",
    "labels": [
        "NPG Records",
        "Universal Records"
    ],
    "label_ids": [
        "c891a97e-0f83-4178-a723-f1fa4fe817b4",
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2006-03-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aries is fueled by a spark of fury, quick to ignite",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}