Information about plays

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

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

{
    "id": 3571483,
    "uri": "https://api.kexp.org/v2/plays/3571483/?format=api",
    "airdate": "2025-10-29T17:15:22-07:00",
    "show": 64967,
    "show_uri": "https://api.kexp.org/v2/shows/64967/?format=api",
    "image_uri": "https://dn710202.ca.archive.org/0/items/mbid-1c6f2a35-4288-4f5d-9eec-97ca32e2a226/mbid-1c6f2a35-4288-4f5d-9eec-97ca32e2a226-32304157771_thumb500.jpg",
    "thumbnail_uri": "https://dn710202.ca.archive.org/0/items/mbid-1c6f2a35-4288-4f5d-9eec-97ca32e2a226/mbid-1c6f2a35-4288-4f5d-9eec-97ca32e2a226-32304157771_thumb250.jpg",
    "song": "Soul Flower (remix)",
    "track_id": "a1bbc17c-9cb0-497b-aa03-0b5059bffd29",
    "recording_id": "056cdefd-d47c-48e4-bce6-fd3f60504f32",
    "artist": "The Pharcyde",
    "artist_ids": [
        "d7134426-a937-43bf-bc54-f10ad8102ed9"
    ],
    "album": "Bizarre Ride II The Pharcyde",
    "release_id": "1c6f2a35-4288-4f5d-9eec-97ca32e2a226",
    "release_group_id": "c799ef0c-f038-364b-972b-51f52d794781",
    "labels": [
        "The Bicycle Music Company"
    ],
    "label_ids": [
        "f07edfd8-0819-41e1-acf7-3eaa94d88ae9"
    ],
    "release_date": "1992-11-24",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Howard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}