Information about plays

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

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

{
    "id": 3539139,
    "uri": "https://api.kexp.org/v2/plays/3539139/?format=api",
    "airdate": "2025-08-12T10:52:50-07:00",
    "show": 64270,
    "show_uri": "https://api.kexp.org/v2/shows/64270/?format=api",
    "image_uri": "https://dn721906.ca.archive.org/0/items/mbid-23eb5007-24e4-4055-9ca0-201ce9b6474f/mbid-23eb5007-24e4-4055-9ca0-201ce9b6474f-34542543866_thumb500.jpg",
    "thumbnail_uri": "https://dn721906.ca.archive.org/0/items/mbid-23eb5007-24e4-4055-9ca0-201ce9b6474f/mbid-23eb5007-24e4-4055-9ca0-201ce9b6474f-34542543866_thumb250.jpg",
    "song": "Superstition",
    "track_id": "b263f56a-3e23-3bbf-ba3d-5f67e2e6bcd3",
    "recording_id": "1d9a8f3b-e7b7-44b0-a004-04bc62f9755b",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "Stealing Beauty",
    "release_id": "23eb5007-24e4-4055-9ca0-201ce9b6474f",
    "release_group_id": "e55d1b1d-3c5b-3e58-9bcf-834e2e7648bd",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-05-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "That's a clavinet that Stevie Wonder is playing in this wonderful song. Here's a deconstruction of the clavinet part: https://www.youtube.com/watch?v=PJ8r51PFDVA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}