Information about plays

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

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

{
    "id": 3654809,
    "uri": "https://api.kexp.org/v2/plays/3654809/?format=api",
    "airdate": "2026-05-14T22:35:32-07:00",
    "show": 66719,
    "show_uri": "https://api.kexp.org/v2/shows/66719/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Children’s Story",
    "track_id": null,
    "recording_id": "cb1537f1-ac46-4c68-bae1-f044c79fbaf8",
    "artist": "Slick Rick",
    "artist_ids": [
        "486af4f0-a79b-468f-be73-527cd4caf6ea"
    ],
    "album": "The Great Adventures of Slick Rick",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ministry of Sound"
    ],
    "label_ids": [
        "c48b8ed2-46c5-4e51-9bea-5a37fcd0053b"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "British American rapper and record producer Ricky Martin Lloyd Waters, was born in south-west London to Jamaican parents. He was blinded in his right eye as an infant, which led him to adopt his signature eye patch.\n\nThis song was famously sampled in Montell Jordan's \"This is How We Do It\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}