Information about plays

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

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

{
    "id": 3598610,
    "uri": "https://api.kexp.org/v2/plays/3598610/?format=api",
    "airdate": "2025-12-31T23:18:33-08:00",
    "show": 65528,
    "show_uri": "https://api.kexp.org/v2/shows/65528/?format=api",
    "image_uri": "https://coverartarchive.org/release/e994251b-5b94-43cb-bc59-350cc84747b6/41674009369-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e994251b-5b94-43cb-bc59-350cc84747b6/41674009369-250.jpg",
    "song": "Got to Give It Up",
    "track_id": null,
    "recording_id": "d195a83a-6704-4deb-aa0c-e037f51c9297",
    "artist": "Marvin Gaye",
    "artist_ids": [
        "afdb7919-059d-43c1-b668-ba1d265e7e42"
    ],
    "album": "Best of Marvin Gaye: Live",
    "release_id": null,
    "release_group_id": "7f348360-4660-348b-978d-e3cc2d3846d2",
    "labels": [],
    "label_ids": [],
    "release_date": "2005-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Unusual for the time for including the sounds of people talking in the studio on the mix, Gaye included the voices on the mix as a way of creating a loose and casual party atmosphere to the track! \n\nFamously enough, this song was the subject of a prolonged court case filed by Marvin Gaye's estate in 2013 against the writers of Robin Thicke's hit \"Blurred Lines\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}