Information about plays

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

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

{
    "id": 3552846,
    "uri": "https://api.kexp.org/v2/plays/3552846/?format=api",
    "airdate": "2025-09-14T05:27:02-07:00",
    "show": 64558,
    "show_uri": "https://api.kexp.org/v2/shows/64558/?format=api",
    "image_uri": "https://ia801302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb500.jpg",
    "thumbnail_uri": "https://ia601302.us.archive.org/29/items/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2/mbid-0b0ca6cc-f793-3dd8-9329-611a9fb08ae2-6136527070_thumb250.jpg",
    "song": "Back to Black",
    "track_id": "edfa03c6-9c0c-3167-9906-cb013e6e0a60",
    "recording_id": "b0adc7a8-0a90-4e09-8839-a66f315234a2",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Back to Black",
    "release_id": "0b0ca6cc-f793-3dd8-9329-611a9fb08ae2",
    "release_group_id": "6eac2e57-ee50-36f8-b0c4-c4c847a2c098",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2008-02-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Amy Winehouse would have been 42 years old today. \n\nMark Ronson co-produced Amy Winehouse's 2006 Grammy-winning album \"Back to Black,\" along with Salaam Remi. Ronson and Winehouse co-wrote this title track.\n--\nAmy Winehouse was heavily inspired by ’60s girl groups like the Shangri-Las and consistently infused this sound into her music.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}