Information about plays

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

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

{
    "id": 3568647,
    "uri": "https://api.kexp.org/v2/plays/3568647/?format=api",
    "airdate": "2025-10-22T20:24:49-07:00",
    "show": 64906,
    "show_uri": "https://api.kexp.org/v2/shows/64906/?format=api",
    "image_uri": "https://coverartarchive.org/release/7aad21d8-d1d0-4fdc-98c3-ecafa123d655/37858891927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7aad21d8-d1d0-4fdc-98c3-ecafa123d655/37858891927-250.jpg",
    "song": "Calvary",
    "track_id": null,
    "recording_id": "1d084cb3-55ae-4cbf-82cb-cd6c7e06f2c6",
    "artist": "Quicksilver Messenger Service",
    "artist_ids": [
        "cbb5f92c-b4a3-4804-b57d-e14d2c0f95f5"
    ],
    "album": "Happy Trails",
    "release_id": null,
    "release_group_id": "688f6d4d-c035-3454-b840-62d191d305e9",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "There is also a live version of the Quicksilver Messenger Service's concert performance recorded in 1969. https://quicksilvermessengerservice.bandcamp.com/album/happy-trails-live-1969",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}