Information about plays

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

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

{
    "id": 3591120,
    "uri": "https://api.kexp.org/v2/plays/3591120/?format=api",
    "airdate": "2025-12-14T19:20:59-08:00",
    "show": 65379,
    "show_uri": "https://api.kexp.org/v2/shows/65379/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Brand New Christmas",
    "track_id": null,
    "recording_id": "0254e2a6-1eb0-4377-815f-13849f0e38b0",
    "artist": "Hot Chocolate",
    "artist_ids": [
        "a749130e-c2d8-4a7c-b740-908ea4574961"
    ],
    "album": "Class",
    "release_id": null,
    "release_group_id": "c098c640-2286-36ea-aa3d-640344b20c97",
    "labels": [
        "RAK"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British soul band Hot Chocolate originally released \"Brand New Christmas\" on their 1980 album Class.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}