Information about plays

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

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

{
    "id": 3582066,
    "uri": "https://api.kexp.org/v2/plays/3582066/?format=api",
    "airdate": "2025-11-23T20:24:41-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/874b1a10-74fd-45a0-b413-16f2bc867440/27176277256-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/874b1a10-74fd-45a0-b413-16f2bc867440/27176277256-250.jpg",
    "song": "Best Love",
    "track_id": null,
    "recording_id": "0a8a96f5-060f-49db-9128-fbccf067f1fe",
    "artist": "Georgia Anne Muldrow",
    "artist_ids": [
        "caf1cb4b-5bd0-4b4c-aecf-53de52cd18d1"
    ],
    "album": "Seeds",
    "release_id": null,
    "release_group_id": "c97d2710-ad16-45e8-b646-bd8012e18307",
    "labels": [
        "SomeOthaShip Connect"
    ],
    "label_ids": [
        "3dd59a3a-5f1c-46a1-a3b3-d15cbe8de651"
    ],
    "release_date": "2012-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Georgia Anne Muldrow released \"Best Love\" on the 2012 album Seeds, produced entirely by Madlib, on SomeOthaShip Connect.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}