Information about plays

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

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

{
    "id": 3588887,
    "uri": "https://api.kexp.org/v2/plays/3588887/?format=api",
    "airdate": "2025-12-09T11:13:37-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Crazy on You",
    "track_id": "3dbb2092-a0d7-49cf-ac74-06682fb373a8",
    "recording_id": "6bbd8560-58e8-4ae0-a04f-5a675e477bd2",
    "artist": "Heart",
    "artist_ids": [
        "bdbd48f5-abf3-4a4f-9a21-4551dbc3fde9"
    ],
    "album": "Dreamboat Annie",
    "release_id": "4bbaa090-d95c-49b0-9a92-7df4a6a6339e",
    "release_group_id": "65ebadae-3fcc-32c2-a161-a2cd53854c9b",
    "labels": [
        "Mushroom Records"
    ],
    "label_ids": [
        "8d66d39e-286e-45b9-b73e-28ceabe916f3"
    ],
    "release_date": "1976-02-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "The song opens with the acoustic guitar stylings of Nancy Wilson, Ann's sister and bandmate. She plays for 45 seconds before Roger Fisher's electric guitar blasts in with the classic riff.\n--\nWhen asked to name the best Heart song in a 2022 interview, Ann Wilson said: \"I think 'Crazy On You' may be the best song that Heart ever did.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}