Information about plays

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

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

{
    "id": 3551723,
    "uri": "https://api.kexp.org/v2/plays/3551723/?format=api",
    "airdate": "2025-09-11T13:47:57-07:00",
    "show": 64534,
    "show_uri": "https://api.kexp.org/v2/shows/64534/?format=api",
    "image_uri": "https://coverartarchive.org/release/809f6070-4338-4670-b5a1-ea11fa7f12af/4508341870-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/809f6070-4338-4670-b5a1-ea11fa7f12af/4508341870-250.jpg",
    "song": "You've Made Me So Very Happy",
    "track_id": null,
    "recording_id": "7727e287-4d5c-4988-b9e8-ac526c24a94b",
    "artist": "Lou Rawls",
    "artist_ids": [
        "c8bd802a-6e4a-41a4-95fa-2c1ee33f65a5"
    ],
    "album": "You've Made Me So Very Happy",
    "release_id": null,
    "release_group_id": "87a8190b-d46e-3602-a4fd-499769b4bda5",
    "labels": [],
    "label_ids": [],
    "release_date": "1970-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Lou Rawls was an award-winning singer and songwriter famous for his luxurious baritone singing voice and four-octave vocal range. Here's a biography: https://blackpast.org/african-american-history/lou-rawls-1933-2006/\n--\nThis is his cover of the 1969 Blood, Sweat, & Tears song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}