Information about plays

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

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

{
    "id": 3596604,
    "uri": "https://api.kexp.org/v2/plays/3596604/?format=api",
    "airdate": "2025-12-27T05:54:43-08:00",
    "show": 65484,
    "show_uri": "https://api.kexp.org/v2/shows/65484/?format=api",
    "image_uri": "https://coverartarchive.org/release/3cfc3bf0-e011-4b09-8bbb-6a5048570725/18743662008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3cfc3bf0-e011-4b09-8bbb-6a5048570725/18743662008-250.jpg",
    "song": "Come Saturday Morning",
    "track_id": null,
    "recording_id": "cc3fb4fb-95fe-47e3-baac-b8ce8e00c323",
    "artist": "The Sandpipers",
    "artist_ids": [
        "52e3ff4e-bb14-481a-8a6b-145377db0ba8"
    ],
    "album": "Come Saturday Morning",
    "release_id": null,
    "release_group_id": "c7b494c2-d8ae-44f2-8002-c1373bdc815d",
    "labels": [
        "Pickwick"
    ],
    "label_ids": [
        "04441a67-2af0-4297-8851-c04be484a373"
    ],
    "release_date": "1969-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Come Saturday Morning was an LP album featuring The Sandpipers, released by A&M Records in August 1970.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}