Information about plays

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

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

{
    "id": 3548720,
    "uri": "https://api.kexp.org/v2/plays/3548720/?format=api",
    "airdate": "2025-09-04T05:36:50-07:00",
    "show": 64469,
    "show_uri": "https://api.kexp.org/v2/shows/64469/?format=api",
    "image_uri": "https://ia801606.us.archive.org/30/items/mbid-98d66b4c-7acd-4ff6-9b78-614b88d11286/mbid-98d66b4c-7acd-4ff6-9b78-614b88d11286-34766058266_thumb500.jpg",
    "thumbnail_uri": "https://ia601606.us.archive.org/30/items/mbid-98d66b4c-7acd-4ff6-9b78-614b88d11286/mbid-98d66b4c-7acd-4ff6-9b78-614b88d11286-34766058266_thumb250.jpg",
    "song": "I Am the River",
    "track_id": "f6e4e32c-fd0e-450d-bee9-2108be6b2416",
    "recording_id": "40b347e4-70f4-42a3-bd31-abe81368ffca",
    "artist": "Lael Neale",
    "artist_ids": [
        "8319a659-b885-4b48-927b-3ce8580fb32b"
    ],
    "album": "Star Eaters Delight",
    "release_id": "98d66b4c-7acd-4ff6-9b78-614b88d11286",
    "release_group_id": "101bb1e4-8192-4868-b42e-e1a0621555be",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2023-04-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Virginia musician Lael Neale has some upcoming shows! \n-Seattle, WA @ Sunset Tavern, Nov. 3rd\n-Santa Cruz, CA @ The Crepe Place, Nov. 7th\n\nhttps://laelneale.bandcamp.com/album/star-eaters-delight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}