Information about plays

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

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

{
    "id": 3562665,
    "uri": "https://api.kexp.org/v2/plays/3562665/?format=api",
    "airdate": "2025-10-08T10:45:38-07:00",
    "show": 64779,
    "show_uri": "https://api.kexp.org/v2/shows/64779/?format=api",
    "image_uri": "https://ia801307.us.archive.org/2/items/mbid-e08235cf-55fd-3163-b5ab-d12e866e03b0/mbid-e08235cf-55fd-3163-b5ab-d12e866e03b0-25392358321_thumb500.jpg",
    "thumbnail_uri": "https://ia801307.us.archive.org/2/items/mbid-e08235cf-55fd-3163-b5ab-d12e866e03b0/mbid-e08235cf-55fd-3163-b5ab-d12e866e03b0-25392358321_thumb250.jpg",
    "song": "Supernaut",
    "track_id": "b83e9082-ce61-36a6-8aef-6b72ae3b9a24",
    "recording_id": "57ccd273-74f1-4889-8f0a-3ac32e8ce3d6",
    "artist": "Black Sabbath",
    "artist_ids": [
        "5182c1d9-c7d2-4dad-afa0-ccfeada921a8"
    ],
    "album": "Vol 4",
    "release_id": "e08235cf-55fd-3163-b5ab-d12e866e03b0",
    "release_group_id": "8c292627-3459-3852-8ebc-226c12db175d",
    "labels": [
        "NEMS"
    ],
    "label_ids": [
        "ac380625-521f-4176-b32c-051db62c9a9e"
    ],
    "release_date": "1976-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#326\n\nThis was the first album by Black Sabbath that wasn't produced by Rodger Bain. Produced by guitarist Tony Lommi.\n\nhttps://www.blacksabbath.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}