Information about plays

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

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

{
    "id": 3625449,
    "uri": "https://api.kexp.org/v2/plays/3625449/?format=api",
    "airdate": "2026-03-05T02:19:08-08:00",
    "show": 66094,
    "show_uri": "https://api.kexp.org/v2/shows/66094/?format=api",
    "image_uri": "https://coverartarchive.org/release/7db94d19-b548-44eb-bade-585fea2806ce/37030503493-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7db94d19-b548-44eb-bade-585fea2806ce/37030503493-250.jpg",
    "song": "You Sent Me Flying",
    "track_id": null,
    "recording_id": "506a0637-5a1c-4bcf-b2be-75fc546f2dd0",
    "artist": "Amy Winehouse",
    "artist_ids": [
        "dfe9a7c4-8cf2-47f4-9dcb-d233c2b86ec3"
    ],
    "album": "Frank",
    "release_id": null,
    "release_group_id": "9a9d41e9-2080-3293-8676-9e26f44a05b1",
    "labels": [
        "Universal Records"
    ],
    "label_ids": [
        "590538e9-b183-4163-ab5a-171fb021ed12"
    ],
    "release_date": "2003-10-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Early interview of Amy Winehouse talking about this album with Pete Lewis of Blues and Soul:\n\nhttps://amywinehouseforever.org/557/interviews/amy-winehouse-talking-about-her-frank-album/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}