Information about plays

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

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

{
    "id": 3525089,
    "uri": "https://api.kexp.org/v2/plays/3525089/?format=api",
    "airdate": "2025-07-10T08:56:01-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": "Caribou",
    "track_id": null,
    "recording_id": "f171bc77-3a44-4cef-ba2e-ded91b9b83ee",
    "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": "Happy birthday, John Richard's older brother!\n--\nPixies lead singer Black Francis wrote \"Caribou\" for the group's debut album, though he confessed to NME he has \"absolutely no memory of writing that song.\"\n\nBut that doesn't mean he dislikes it; in fact, it's one of his favorites. He likes playing it so much that even when it's not on a setlist, he'll swap out a different song so he can sneak it in.\n\nhttps://bit.ly/3KAvlVt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}