Information about plays

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

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

{
    "id": 3580225,
    "uri": "https://api.kexp.org/v2/plays/3580225/?format=api",
    "airdate": "2025-11-19T12:21:56-08:00",
    "show": 65153,
    "show_uri": "https://api.kexp.org/v2/shows/65153/?format=api",
    "image_uri": "https://ia802902.us.archive.org/15/items/mbid-2b8b10f9-dbff-4df0-bd79-d06e3097d66e/mbid-2b8b10f9-dbff-4df0-bd79-d06e3097d66e-25477407282_thumb500.jpg",
    "thumbnail_uri": "https://ia802902.us.archive.org/15/items/mbid-2b8b10f9-dbff-4df0-bd79-d06e3097d66e/mbid-2b8b10f9-dbff-4df0-bd79-d06e3097d66e-25477407282_thumb250.jpg",
    "song": "Peanuts (\"Linus and Lucy\")",
    "track_id": "ed8d520c-5249-3f2b-a71e-aecbf76f9b51",
    "recording_id": "6c11cd9f-dac8-4ab8-8efe-e30b2f857d1a",
    "artist": "Vince Guaraldi",
    "artist_ids": [
        "05b5488d-7141-4b21-819b-d4713abf2a98"
    ],
    "album": "Toon Tunes: 50 Favorite Classic Cartoon Theme Songs",
    "release_id": "2b8b10f9-dbff-4df0-bd79-d06e3097d66e",
    "release_group_id": "794cf432-3629-3f5d-8e81-c0a928a38831",
    "labels": [
        "Kid Rhino"
    ],
    "label_ids": [
        "7fca0d5c-2dad-4aba-9d95-2c57860332a1"
    ],
    "release_date": "1997-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music by the American jazz pianist noted for his innovative compositions and arrangements and for composing music for animated television adaptations of the Peanuts comic strip.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}