Information about plays

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

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

{
    "id": 3579868,
    "uri": "https://api.kexp.org/v2/plays/3579868/?format=api",
    "airdate": "2025-11-18T14:25:02-08:00",
    "show": 65146,
    "show_uri": "https://api.kexp.org/v2/shows/65146/?format=api",
    "image_uri": "https://coverartarchive.org/release/87591d82-ec1d-430d-b1ba-02675349c261/36131077873-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/87591d82-ec1d-430d-b1ba-02675349c261/36131077873-250.jpg",
    "song": "Ginger Baker and Tony Allen Drum Solo (live at the Berlin Jazz Festival 1978)",
    "track_id": null,
    "recording_id": "ff059bd9-4fcf-45f9-924b-2183e919995f",
    "artist": "Fela Kuti, Africa '70, Ginger Baker",
    "artist_ids": [],
    "album": "Live!",
    "release_id": null,
    "release_group_id": "90d7d3e2-d544-3c66-ab84-84a986476460",
    "labels": [
        "Barclay"
    ],
    "label_ids": [
        "d059553b-0f1f-4e81-ada6-c7eb804b9465"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "*air break*",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}