Information about plays

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

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

{
    "id": 3582936,
    "uri": "https://api.kexp.org/v2/plays/3582936/?format=api",
    "airdate": "2025-11-25T19:43:29-08:00",
    "show": 65210,
    "show_uri": "https://api.kexp.org/v2/shows/65210/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beginning",
    "track_id": null,
    "recording_id": "35be7a3e-17bf-4304-98f0-937d7b50f5ca",
    "artist": "XIT",
    "artist_ids": [
        "38570475-bb2d-4250-8424-c97739a502f2"
    ],
    "album": "Plight of the Redman",
    "release_id": null,
    "release_group_id": "ddf30b5b-2c13-4d24-b394-1d7724e3cdaa",
    "labels": [
        "Rare Earth"
    ],
    "label_ids": [
        "1c31c23c-f363-4c58-ad0e-c21e1f783ade"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "xit were a Native American band once banned by the FBI to be played on American radio. \n\nOriginally formed in the late 1960s as Lincoln St. Exit, the band shortened its name to XIT, which stands for \"Crossing of Indian Tribes\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}