Information about plays

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

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

{
    "id": 3544376,
    "uri": "https://api.kexp.org/v2/plays/3544376/?format=api",
    "airdate": "2025-08-24T20:13:56-07:00",
    "show": 64378,
    "show_uri": "https://api.kexp.org/v2/shows/64378/?format=api",
    "image_uri": "https://coverartarchive.org/release/c85a7e2c-6703-45d1-9ad0-5abbca4e4d3f/21305341462-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c85a7e2c-6703-45d1-9ad0-5abbca4e4d3f/21305341462-250.jpg",
    "song": "Night Cruiser",
    "track_id": null,
    "recording_id": "a1b9abb1-3f24-4b7f-bbb3-eddc5d76a883",
    "artist": "Eumir Deodato",
    "artist_ids": [
        "4b6d948c-372d-44e0-ba09-a649cc0e5c76"
    ],
    "album": "Night Cruiser",
    "release_id": null,
    "release_group_id": "ced0cf21-3a65-371b-81e2-3121b005b7ce",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eumir Deodato released \"Night Cruiser\" on the album of the same name, his 19th, in 1980.\n\nEumir Deodato de Almeida is a Brazilian pianist, composer, arranger and record producer, primarily in jazz but who has been known for his eclectic melding of genres, such as pop, rock, disco, rhythm and blues, classical, Latin and bossa nova.\nDeodato has arranged and produced more than 500 records for acts such as Frank Sinatra, Roberta Flack, Björk and Christophe, as well as produced Kool & the Gang's hits \"Celebration,\" \"Ladies' Night,\" and \"Too Hot.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}