Information about plays

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

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

{
    "id": 3627990,
    "uri": "https://api.kexp.org/v2/plays/3627990/?format=api",
    "airdate": "2026-03-12T04:48:16-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/c86151fb-fa90-48ed-804f-ae6bef6d5896/15243401264-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c86151fb-fa90-48ed-804f-ae6bef6d5896/15243401264-250.jpg",
    "song": "Diamonds and Pearls",
    "track_id": null,
    "recording_id": "b23d9ab4-98b5-4907-8a54-488cf3291144",
    "artist": "Prince & The New Power Generation",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "51d63176-56e8-45b9-88e3-81e6436473f3"
    ],
    "album": "Diamonds and Pearls",
    "release_id": null,
    "release_group_id": "50a39c17-0400-35c5-baca-413eb0ed0b70",
    "labels": [
        "Paisley Park"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf"
    ],
    "release_date": "1991-09-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Released in 1991, 'Diamonds and Pearls' was Prince's 13th studio album and the first with backing band, The New Power Generation. \nVideo!\nhttps://youtu.be/hwUKR_9Xdns",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}