Information about plays

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

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

{
    "id": 3548624,
    "uri": "https://api.kexp.org/v2/plays/3548624/?format=api",
    "airdate": "2025-09-04T00:06:03-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "https://coverartarchive.org/release/23e53aa0-b19d-40c7-aa00-7e9c91074fe6/31538360775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/23e53aa0-b19d-40c7-aa00-7e9c91074fe6/31538360775-250.jpg",
    "song": "Several Species of Small Furry Animals Gathered Together in a Cave and Grooving With a Pict",
    "track_id": null,
    "recording_id": "737175ca-7b56-4a95-9d9a-00f849720897",
    "artist": "Pink Floyd",
    "artist_ids": [
        "83d91898-7763-47d7-b03b-b92132375c47"
    ],
    "album": "Ummagumma",
    "release_id": null,
    "release_group_id": "b7aa61ae-3572-32c0-8b93-6af78ea83760",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1969-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A groovy tune featuring just Roger Waters on vocals and tape effects with David Gilmour on vocals.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}