Information about plays

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

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

{
    "id": 3633332,
    "uri": "https://api.kexp.org/v2/plays/3633332/?format=api",
    "airdate": "2026-03-25T02:07:55-07:00",
    "show": 66273,
    "show_uri": "https://api.kexp.org/v2/shows/66273/?format=api",
    "image_uri": "https://coverartarchive.org/release/f523d8a8-1eb1-4311-a951-847e59d6f639/15238584779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f523d8a8-1eb1-4311-a951-847e59d6f639/15238584779-250.jpg",
    "song": "Don’t Waste Your Time",
    "track_id": null,
    "recording_id": "5b17e075-6540-41dd-b656-54e5f20242a3",
    "artist": "Mary J. Blige with Aretha Franklin",
    "artist_ids": [
        "db76c5ca-d555-4f09-b1db-baa1b713d875",
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Mary",
    "release_id": null,
    "release_group_id": "8b42398d-4eca-31a8-babc-c68c392324ce",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1999-08-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mary J Blige covers First Choice's Let No Man Put Asunder on her 1999 album Mary. On this track, she is singing with Aretha Franklin. This track was produced by Babyface who was responsible for many Boyz II Men hits including, End of the Road which kicked off this whole set!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}