Information about plays

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

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

{
    "id": 3591538,
    "uri": "https://api.kexp.org/v2/plays/3591538/?format=api",
    "airdate": "2025-12-15T18:26:23-08:00",
    "show": 65388,
    "show_uri": "https://api.kexp.org/v2/shows/65388/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Fly Like An Eagle",
    "track_id": null,
    "recording_id": "3fde8368-3c90-4692-9b01-2f1ca090d7fc",
    "artist": "Steve Miller Band",
    "artist_ids": [
        "e57f0cac-4f56-473c-8d7e-d93f753fd586"
    ],
    "album": "Fly Like an Eagle",
    "release_id": null,
    "release_group_id": "03cf0b3d-48f1-3b04-a3be-5e4d5b7dcae2",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}