Information about plays

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

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

{
    "id": 3583124,
    "uri": "https://api.kexp.org/v2/plays/3583124/?format=api",
    "airdate": "2025-11-26T06:30:16-08:00",
    "show": 65213,
    "show_uri": "https://api.kexp.org/v2/shows/65213/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-493a3489-d0d2-423f-ab4c-d234129d4a55/mbid-493a3489-d0d2-423f-ab4c-d234129d4a55-25506528745_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-493a3489-d0d2-423f-ab4c-d234129d4a55/mbid-493a3489-d0d2-423f-ab4c-d234129d4a55-25506528745_thumb250.jpg",
    "song": "Whipped Cream",
    "track_id": "355612f3-f9ef-355f-8ace-c1d4ddb9248c",
    "recording_id": "ea5707f3-66a3-4791-a6f1-b9ed781bfe05",
    "artist": "Herb Alpert & the Tijuana Brass",
    "artist_ids": [
        "012ef4f9-2d35-4000-86e5-bc761f87dab9"
    ],
    "album": "Whipped Cream & Other Delights Re-Whipped",
    "release_id": "493a3489-d0d2-423f-ab4c-d234129d4a55",
    "release_group_id": "f3cec9f3-83f6-3603-bb66-fc76100073ed",
    "labels": [
        "Shout! Factory"
    ],
    "label_ids": [
        "004762a8-6905-4270-b5f8-ceef5fc5bc73"
    ],
    "release_date": "2006-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Oops!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}