Information about plays

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

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

{
    "id": 3595692,
    "uri": "https://api.kexp.org/v2/plays/3595692/?format=api",
    "airdate": "2025-12-25T05:33:25-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "https://ia601600.us.archive.org/18/items/mbid-63538c42-9462-4146-8993-8d754c66cb15/mbid-63538c42-9462-4146-8993-8d754c66cb15-23152862032_thumb500.jpg",
    "thumbnail_uri": "https://ia601600.us.archive.org/18/items/mbid-63538c42-9462-4146-8993-8d754c66cb15/mbid-63538c42-9462-4146-8993-8d754c66cb15-23152862032_thumb250.jpg",
    "song": "Pretty Paper",
    "track_id": "d7be1c22-f336-44fe-8d64-1f1e5712f4c4",
    "recording_id": "32b4fdfc-6c1e-43f6-baf8-405549bb85db",
    "artist": "Roy Orbison",
    "artist_ids": [
        "0bbbc496-c7b5-4b3f-bb6d-bd312827d6e5"
    ],
    "album": "In Dreams",
    "release_id": "63538c42-9462-4146-8993-8d754c66cb15",
    "release_group_id": "0fffd8e9-d97e-3265-90fd-edc16106f4cf",
    "labels": [
        "Monument Records",
        "Legacy"
    ],
    "label_ids": [
        "a48d41b6-5f75-49f6-8a8b-1723d49d5de6",
        "45ffe1d8-92da-4750-9a4a-f42861f46e2c"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Keepin' the croonin' goin'...\n\nPretty paper, pretty ribbons of blue\nWrap your presents to your darling from you\nPretty pencils to write \"I love you\"\nPretty paper, pretty ribbons of blue\n\nCrowded street, busy feet hustle by him\nDowntown shoppers, Christmas is nigh\nThere he sits all alone on the sidewalk\nHoping that you won't pass him by",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}