Information about plays

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

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

{
    "id": 3574356,
    "uri": "https://api.kexp.org/v2/plays/3574356/?format=api",
    "airdate": "2025-11-05T15:27:49-08:00",
    "show": 65030,
    "show_uri": "https://api.kexp.org/v2/shows/65030/?format=api",
    "image_uri": "https://coverartarchive.org/release/bda63673-86e4-36b0-bd5e-aaab1fc98dbe/8215766372-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bda63673-86e4-36b0-bd5e-aaab1fc98dbe/8215766372-250.jpg",
    "song": "Electricity",
    "track_id": null,
    "recording_id": "d3ca53d1-01b6-40f9-bc63-9e99d6143153",
    "artist": "Captain Beefheart And His Magic Band",
    "artist_ids": [
        "a1594afa-2f6b-4596-a156-a35853dca691",
        "7c5bb396-3b57-472a-9dfd-24ff98d2cc50"
    ],
    "album": "Safe as Milk",
    "release_id": null,
    "release_group_id": "7e71ad8b-6cbd-3cc0-8087-3ab222e91c20",
    "labels": [
        "Buddah Records"
    ],
    "label_ids": [
        "bc0dc38a-ad1e-4e81-bf13-ce3a94a8f9ef"
    ],
    "release_date": "1967-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Vadim in St. Petersburg!\n--\nYes, those are theremins wailing away. This song is grounded by the great bass playing of Jerry Handley, actually left the group when he felt the music being created for Trout Mask Replica, widely accepted as Beefheart's greatest work, was too avant-garde.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}