Information about plays

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

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

{
    "id": 3554237,
    "uri": "https://api.kexp.org/v2/plays/3554237/?format=api",
    "airdate": "2025-09-17T15:50:49-07:00",
    "show": 64587,
    "show_uri": "https://api.kexp.org/v2/shows/64587/?format=api",
    "image_uri": "https://ia600300.us.archive.org/20/items/mbid-fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20/mbid-fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20-13607579217_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/20/items/mbid-fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20/mbid-fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20-13607579217_thumb250.jpg",
    "song": "When You Were Mine",
    "track_id": "4032b2d6-5cbe-3348-9b4f-fda9e3c1eab8",
    "recording_id": "427b0edc-3059-4a88-91fb-c855c2eb73d7",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Dirty Mind",
    "release_id": "fb08f6a5-3b0c-3cf4-81d9-967a24e3fc20",
    "release_group_id": "4f19b946-6ecb-3801-9248-cc44e9e9a284",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1987-07-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Someone wrote this this is \"Prince's greatest song. There, I said it. It's got everything:\nAn instantly insanely catchy melody.\nSuper Princely production.\nRisqué, clever lyrics that simultaneously tililate and amuse.\"\n--\nPrince, of course, sang all the vocals and played virtually all the instruments.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}