Information about plays

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

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

{
    "id": 3564192,
    "uri": "https://api.kexp.org/v2/plays/3564192/?format=api",
    "airdate": "2025-10-12T11:54:05-07:00",
    "show": 64815,
    "show_uri": "https://api.kexp.org/v2/shows/64815/?format=api",
    "image_uri": "https://coverartarchive.org/release/d03e7c38-6018-4be4-b039-2fba979e5e0a/26340484900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d03e7c38-6018-4be4-b039-2fba979e5e0a/26340484900-250.jpg",
    "song": "B.I.A. (Bureau of Indian Affairs) Blues",
    "track_id": null,
    "recording_id": "c8dc8401-c2a5-45ae-966e-1b0d2f88e6f7",
    "artist": "Floyd Red Crow Westerman",
    "artist_ids": [
        "82a3196a-f2f7-4c32-a0ca-3017f8395eb1"
    ],
    "album": "The Land Is Your Mother",
    "release_id": null,
    "release_group_id": "0b7c5249-e86b-4107-aaaa-74db0d65f9dc",
    "labels": [
        "Trikont"
    ],
    "label_ids": [],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Westerman was a Sisseton Dakota musician, political activist, and actor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}