Information about plays

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

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

{
    "id": 3580897,
    "uri": "https://api.kexp.org/v2/plays/3580897/?format=api",
    "airdate": "2025-11-21T04:22:27-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://ia800201.us.archive.org/20/items/mbid-16b91fa3-4a0a-43ca-840d-7259fc7ad539/mbid-16b91fa3-4a0a-43ca-840d-7259fc7ad539-43313145352_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-16b91fa3-4a0a-43ca-840d-7259fc7ad539/mbid-16b91fa3-4a0a-43ca-840d-7259fc7ad539-43313145352_thumb250.jpg",
    "song": "This Morning I Am Born Again",
    "track_id": "f08ebe5f-a58c-415b-8c83-d0b62ecfbe44",
    "recording_id": "a43462bd-fc2b-4eb1-8ef4-883de0df519a",
    "artist": "Haley Heynderickx & Max García Conover",
    "artist_ids": [
        "f0805df4-1541-48b1-8482-4c789f83cfcf",
        "69e45e41-0ee1-4891-ad16-d50c23134293"
    ],
    "album": "What of Our Nature",
    "release_id": "16b91fa3-4a0a-43ca-840d-7259fc7ad539",
    "release_group_id": "fb28271f-7bda-4c2f-bb04-2e23db030b18",
    "labels": [
        "Fat Possum Records"
    ],
    "label_ids": [
        "76da5b47-69e8-49e7-a2fc-62d296b6224f"
    ],
    "release_date": "2025-11-21",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}