Information about plays

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

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

{
    "id": 3520524,
    "uri": "https://api.kexp.org/v2/plays/3520524/?format=api",
    "airdate": "2025-06-29T20:52:17-07:00",
    "show": 63876,
    "show_uri": "https://api.kexp.org/v2/shows/63876/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3dea24-1823-4762-a461-66fd9dace2e6/26954369478-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3dea24-1823-4762-a461-66fd9dace2e6/26954369478-250.jpg",
    "song": "Have You Fed Baby Huey Today",
    "track_id": null,
    "recording_id": "ac311fd4-3eda-4465-975c-651d68dcce0b",
    "artist": "Surprise Chef",
    "artist_ids": [
        "be809d9a-5841-4733-ad12-979ad6047a22"
    ],
    "album": "All News Is Good News",
    "release_id": null,
    "release_group_id": "87ce5386-5535-47a5-9500-498ef36888bb",
    "labels": [
        "Mr Bongo"
    ],
    "label_ids": [
        "0d518d8f-e485-4c2f-825a-ac6642c2f65d"
    ],
    "release_date": "2020-07-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song is not about Baby Huey the artist you heard before this track, but rather the cat owned by the members of Surprise Chef who is named after the aforementioned artist.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}