Information about plays

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

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

{
    "id": 3645540,
    "uri": "https://api.kexp.org/v2/plays/3645540/?format=api",
    "airdate": "2026-04-22T23:57:29-07:00",
    "show": 66526,
    "show_uri": "https://api.kexp.org/v2/shows/66526/?format=api",
    "image_uri": "https://coverartarchive.org/release/20d7a836-649a-4f4c-8e07-65968236646c/39443295499-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/20d7a836-649a-4f4c-8e07-65968236646c/39443295499-250.jpg",
    "song": "Color Nature Gone",
    "track_id": null,
    "recording_id": "fa364d47-124b-4a6f-957f-013065f5a9fd",
    "artist": "XIT",
    "artist_ids": [
        "38570475-bb2d-4250-8424-c97739a502f2"
    ],
    "album": "Silent Warrior",
    "release_id": null,
    "release_group_id": "51e44901-5d9a-4fa2-9fc4-4ce43fc311b2",
    "labels": [
        "Rare Earth"
    ],
    "label_ids": [
        "1c31c23c-f363-4c58-ad0e-c21e1f783ade"
    ],
    "release_date": "1973-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Killer second record from this Albuquerque, New Mexico band. The name \"XIT\" stands for \"crossing of Indian Tribes\" according to songwriter Tom Bee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}