Information about plays

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

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

{
    "id": 3667271,
    "uri": "https://api.kexp.org/v2/plays/3667271/?format=api",
    "airdate": "2026-06-13T08:29:04-07:00",
    "show": 66976,
    "show_uri": "https://api.kexp.org/v2/shows/66976/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e11a59c-4942-4c00-b23f-d635ae7613b5/28727466569-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e11a59c-4942-4c00-b23f-d635ae7613b5/28727466569-250.jpg",
    "song": "I Was Raised",
    "track_id": null,
    "recording_id": "4fcf9c7a-7842-4d5c-bd58-35ce322cfb90",
    "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": [
        "Sound of America Records"
    ],
    "label_ids": [
        "40901cfd-f334-475b-94ed-fcda9089e08b"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Native American\n--\nxit were a Native American band once banned by the FBI to be played on American radio.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}