Information about plays

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

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

{
    "id": 3525095,
    "uri": "https://api.kexp.org/v2/plays/3525095/?format=api",
    "airdate": "2025-07-10T09:02:58-07:00",
    "show": 63972,
    "show_uri": "https://api.kexp.org/v2/shows/63972/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca2c94fe-f7ce-3b2e-9aca-0fbed9d9a3bb/2700513927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca2c94fe-f7ce-3b2e-9aca-0fbed9d9a3bb/2700513927-250.jpg",
    "song": "Ed Is Dead",
    "track_id": null,
    "recording_id": "3940d9a6-6f3a-4644-a8b2-f0fc03a3d929",
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Come On Pilgrim",
    "release_id": null,
    "release_group_id": "2a251d31-9958-35f1-b2b1-a64d5541715d",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1987-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Come On Pilgrim\" was the eight-song debut min-album released by Pixies in 1987. Someone wrote, \"One could argue that with this 1987 release, the Pixies predicted the alternative rock boom of the ‘90s approximately three years before it happened. \" https://unfspinnaker.com/84042/features/pixies-album-come-on-pilgrim-review/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}