Information about plays

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

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

{
    "id": 3621769,
    "uri": "https://api.kexp.org/v2/plays/3621769/?format=api",
    "airdate": "2026-02-24T16:31:51-08:00",
    "show": 66021,
    "show_uri": "https://api.kexp.org/v2/shows/66021/?format=api",
    "image_uri": "https://dn721500.ca.archive.org/0/items/mbid-d6387044-3681-42d0-bb48-d8eedd041c07/mbid-d6387044-3681-42d0-bb48-d8eedd041c07-31692823375_thumb500.jpg",
    "thumbnail_uri": "https://dn721500.ca.archive.org/0/items/mbid-d6387044-3681-42d0-bb48-d8eedd041c07/mbid-d6387044-3681-42d0-bb48-d8eedd041c07-31692823375_thumb250.jpg",
    "song": "Give Me Up",
    "track_id": "05b8cc3d-0890-4612-93d0-f9484dbbd441",
    "recording_id": "3883b7dd-6354-497e-885d-26c3bc27473a",
    "artist": "Water From Your Eyes",
    "artist_ids": [
        "09f91305-e193-48af-92e3-252b3dd5e718"
    ],
    "album": "Water From Your Eyes",
    "release_id": "d6387044-3681-42d0-bb48-d8eedd041c07",
    "release_group_id": "4f6697fa-7755-40a8-a769-865a29e5e0ca",
    "labels": [
        "Grandpa Bay"
    ],
    "label_ids": [
        "1598b41f-0591-4bc3-a3f1-f1eea90b43ec"
    ],
    "release_date": "2016-08-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Water From Your Eyes is touring, and will be playing at Bottom Of The Hill in San Francisco on May 8th. \nhttps://www.waterfromyoureyes.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}