Information about plays

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

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

{
    "id": 3500774,
    "uri": "https://api.kexp.org/v2/plays/3500774/?format=api",
    "airdate": "2025-05-13T08:36:51-07:00",
    "show": 63449,
    "show_uri": "https://api.kexp.org/v2/shows/63449/?format=api",
    "image_uri": "https://coverartarchive.org/release/91365640-4a8e-44e2-bb1f-8fa3a5c37e0e/26939406726-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/91365640-4a8e-44e2-bb1f-8fa3a5c37e0e/26939406726-250.jpg",
    "song": "The Perfect Kiss",
    "track_id": null,
    "recording_id": "3260d161-0313-4d54-86eb-265786040ec5",
    "artist": "New Order",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Low‐Life",
    "release_id": null,
    "release_group_id": "69be20bc-189f-3e40-8486-6fba8459f6a0",
    "labels": [],
    "label_ids": [],
    "release_date": "1985-05-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day (looks at notes) 40-years ago, 1985 New Order released Low-Life.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}