Information about plays

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

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

{
    "id": 3521532,
    "uri": "https://api.kexp.org/v2/plays/3521532/?format=api",
    "airdate": "2025-07-02T05:45:15-07:00",
    "show": 63897,
    "show_uri": "https://api.kexp.org/v2/shows/63897/?format=api",
    "image_uri": "https://ia802901.us.archive.org/9/items/mbid-00ad5741-fe16-4a6c-9a4e-22ba426d4349/mbid-00ad5741-fe16-4a6c-9a4e-22ba426d4349-33178237057_thumb500.jpg",
    "thumbnail_uri": "https://ia902901.us.archive.org/9/items/mbid-00ad5741-fe16-4a6c-9a4e-22ba426d4349/mbid-00ad5741-fe16-4a6c-9a4e-22ba426d4349-33178237057_thumb250.jpg",
    "song": "Fly Like An Eagle",
    "track_id": "89d7ddc2-0022-3ff8-8e90-d3c2070c2225",
    "recording_id": "8075f579-c093-4137-a53d-8c83b2f53590",
    "artist": "Steve Miller Band",
    "artist_ids": [
        "e57f0cac-4f56-473c-8d7e-d93f753fd586"
    ],
    "album": "Extended Versions: The Encore Collection",
    "release_id": "00ad5741-fe16-4a6c-9a4e-22ba426d4349",
    "release_group_id": "53362500-2088-364d-bb00-f53c450203b4",
    "labels": [
        "BMG Special Products"
    ],
    "label_ids": [
        "7fc89221-5b85-43d6-aa72-0581aed43018"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fly Like An Eagle\"  went to number two on the US Billboard Hot 100 for the week of March 12, 1977.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}