Information about plays

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

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

{
    "id": 3553094,
    "uri": "https://api.kexp.org/v2/plays/3553094/?format=api",
    "airdate": "2025-09-14T20:18:45-07:00",
    "show": 64563,
    "show_uri": "https://api.kexp.org/v2/shows/64563/?format=api",
    "image_uri": "https://coverartarchive.org/release/ac4118e0-552f-4e2d-b53c-50fc949b2b7a/39785960968-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ac4118e0-552f-4e2d-b53c-50fc949b2b7a/39785960968-250.jpg",
    "song": "Never Learned to Dance",
    "track_id": null,
    "recording_id": "fc3c0a84-3911-4f61-b7d3-7d6ea8967466",
    "artist": "The Harvey Averne Dozen",
    "artist_ids": [
        "63fe228c-70fc-41ae-9d88-4db3d09c76b6"
    ],
    "album": "New York Latin Hustle!",
    "release_id": null,
    "release_group_id": "95275f79-80ec-3157-9842-87bf66173c58",
    "labels": [],
    "label_ids": [],
    "release_date": "2007-03-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Harvey Averne Dozen originally released \"Never Learned To Dance\" in 1968, but you can find the track on the 2007 compilation album New York Latin Hustle!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}