{
  "service": {
    "name": "CastHarbor",
    "environment": "production",
    "version": "3.8.1",
    "region": "ca-central-1",
    "status": "operational"
  },
  "podcast": {
    "id": "pod_8f2d4c19",
    "title": "Signals After Dark",
    "description": "Weekly conversations about technology, culture, and the people building what comes next.",
    "language": "en-CA",
    "explicit": false,
    "author": {
      "id": "usr_49b8a270",
      "name": "Maya Chen",
      "email": "maya@example.com"
    },
    "categories": [
      "Technology",
      "Society & Culture"
    ],
    "artwork": {
      "originalUrl": "https://cdn.castharbor.example/podcasts/pod_8f2d4c19/artwork/original.jpg",
      "sizes": {
        "300": "https://cdn.castharbor.example/podcasts/pod_8f2d4c19/artwork/300x300.jpg",
        "1400": "https://cdn.castharbor.example/podcasts/pod_8f2d4c19/artwork/1400x1400.jpg",
        "3000": "https://cdn.castharbor.example/podcasts/pod_8f2d4c19/artwork/3000x3000.jpg"
      }
    },
    "feed": {
      "rssUrl": "https://feeds.castharbor.example/signals-after-dark",
      "slug": "signals-after-dark",
      "redirectUrl": null,
      "lastGeneratedAt": "2026-07-31T14:22:08Z"
    },
    "distribution": [
      {
        "platform": "Apple Podcasts",
        "status": "active",
        "url": "https://podcasts.apple.com/podcast/id1234567890",
        "lastSyncedAt": "2026-07-31T14:23:12Z"
      },
      {
        "platform": "Spotify",
        "status": "active",
        "url": "https://open.spotify.com/show/4AbCdEfGhIjKlMn",
        "lastSyncedAt": "2026-07-31T14:23:19Z"
      },
      {
        "platform": "YouTube Music",
        "status": "pending",
        "url": null,
        "lastSyncedAt": null
      }
    ]
  },
  "episodes": {
    "total": 42,
    "items": [
      {
        "id": "ep_91c573ab",
        "number": 42,
        "season": 3,
        "title": "The Quiet Infrastructure Behind AI",
        "summary": "A conversation about data centres, power grids, and the physical systems supporting modern AI.",
        "status": "published",
        "explicit": false,
        "publishedAt": "2026-07-29T10:00:00Z",
        "durationSeconds": 2874,
        "audio": {
          "url": "https://media.castharbor.example/episodes/ep_91c573ab/master.mp3",
          "mimeType": "audio/mpeg",
          "sizeBytes": 68943211,
          "bitrateKbps": 192,
          "loudnessLufs": -16.1,
          "checksum": "sha256:eb44b76943c83582f31e5cc8c54c1329d0a7426140c70ab783a24d1b4b963f12"
        },
        "chapters": [
          {
            "title": "Introduction",
            "startTimeSeconds": 0
          },
          {
            "title": "Why infrastructure matters",
            "startTimeSeconds": 184
          },
          {
            "title": "Energy and water constraints",
            "startTimeSeconds": 1032
          },
          {
            "title": "What comes next",
            "startTimeSeconds": 2418
          }
        ],
        "guests": [
          {
            "name": "Dr. Amina Rahman",
            "role": "Infrastructure researcher",
            "links": {
              "website": "https://amina.example",
              "social": "https://social.example/@amina"
            }
          }
        ],
        "analytics": {
          "downloads": {
            "first24Hours": 18422,
            "first7Days": 51780,
            "lifetime": 60314
          },
          "completionRate": 0.72,
          "uniqueListeners": 47891,
          "topCountries": [
            {
              "countryCode": "CA",
              "percentage": 34.8
            },
            {
              "countryCode": "US",
              "percentage": 31.2
            },
            {
              "countryCode": "GB",
              "percentage": 8.6
            }
          ]
        }
      },
      {
        "id": "ep_0ae286f4",
        "number": 43,
        "season": 3,
        "title": "Designing Software for Slower Days",
        "summary": "How product teams are reconsidering attention, urgency, and humane defaults.",
        "status": "scheduled",
        "explicit": false,
        "publishedAt": "2026-08-05T10:00:00Z",
        "durationSeconds": 2541,
        "audio": {
          "url": "https://media.castharbor.example/episodes/ep_0ae286f4/master.mp3",
          "mimeType": "audio/mpeg",
          "sizeBytes": 61002840,
          "bitrateKbps": 192,
          "loudnessLufs": -15.9,
          "checksum": "sha256:f72f3dfc39145a40c21a0bc101960023979089cd6d70b2e60453b22f2593a564"
        },
        "chapters": [],
        "guests": [],
        "analytics": null
      }
    ],
    "pagination": {
      "limit": 20,
      "nextCursor": "eyJwdWJsaXNoZWRBdCI6IjIwMjYtMDctMTVUMTA6MDA6MDBaIn0=",
      "hasMore": true
    }
  },
  "settings": {
    "publishing": {
      "defaultTimezone": "America/Toronto",
      "autoPublish": false,
      "includeEpisodeNumbers": true,
      "episodeOrdering": "descending"
    },
    "audioProcessing": {
      "normalizeLoudness": true,
      "targetLoudnessLufs": -16,
      "removeSilence": false,
      "generateWaveform": true,
      "outputFormats": [
        {
          "format": "mp3",
          "bitrateKbps": 192
        },
        {
          "format": "aac",
          "bitrateKbps": 128
        }
      ]
    },
    "monetization": {
      "enabled": true,
      "currency": "CAD",
      "dynamicAdInsertion": true,
      "adSlots": [
        "pre_roll",
        "mid_roll"
      ],
      "minimumPayout": 100
    },
    "privacy": {
      "analyticsRetentionDays": 730,
      "anonymizeIpAddresses": true,
      "shareAggregateData": false
    }
  },
  "request": {
    "id": "req_01J42N6N74F9V5QBMH1Y8CSJAK",
    "generatedAt": "2026-07-31T14:24:03Z"
  }
}