Information about plays

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

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

{
    "id": 3548853,
    "uri": "https://api.kexp.org/v2/plays/3548853/?format=api",
    "airdate": "2025-09-04T13:49:27-07:00",
    "show": 64473,
    "show_uri": "https://api.kexp.org/v2/shows/64473/?format=api",
    "image_uri": "https://coverartarchive.org/release/278ce211-1b2a-4623-bcfb-7ae87d438249/21748630054-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/278ce211-1b2a-4623-bcfb-7ae87d438249/21748630054-250.jpg",
    "song": "Half Moon",
    "track_id": null,
    "recording_id": "66fe6958-2e97-4723-90d9-65ed353cbed8",
    "artist": "Rufus",
    "artist_ids": [
        "ec6b11b5-d6a6-4c77-af55-8076a160cc94"
    ],
    "album": "Rufusized",
    "release_id": null,
    "release_group_id": "de011fb8-6efb-3e30-a13e-4d77396f2acc",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is Rufus (and Chaka Khan's) wonderful cover of a 1971 Janis Joplin song on her album \"Pearl.\".\n--\nMoby sampled the drums in this song for \"Why Does My Heart Feel So Bad?\" and \"Natural Blues.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}