{
  "service": {
    "name": "WaveCast Hosting",
    "environment": "production",
    "region": "ca-central-1",
    "version": "3.18.2",
    "status": "operational"
  },
  "podcast": {
    "id": "pod_8f3c1a92",
    "title": "Signals After Dark",
    "slug": "signals-after-dark",
    "description": "Weekly conversations about technology, culture, and the people shaping both.",
    "language": "en-CA",
    "explicit": false,
    "categories": [
      "Technology",
      "Society & Culture"
    ],
    "owner": {
      "id": "usr_29bd71e4",
      "name": "Maya Chen",
      "email": "maya@example.com",
      "roles": [
        "owner",
        "host",
        "editor"
      ]
    },
    "artwork": {
      "url": "https://cdn.wavecast.example/podcasts/pod_8f3c1a92/artwork-3000.jpg",
      "width": 3000,
      "height": 3000,
      "mimeType": "image/jpeg"
    },
    "distribution": {
      "rssUrl": "https://feeds.wavecast.example/signals-after-dark",
      "platforms": [
        {
          "name": "Apple Podcasts",
          "status": "active",
          "externalId": "1692047812"
        },
        {
          "name": "Spotify",
          "status": "active",
          "externalId": "5yL8QH2jV7mK1R9cB4xN3P"
        },
        {
          "name": "YouTube Music",
          "status": "pending",
          "externalId": null
        }
      ]
    }
  },
  "episodes": [
    {
      "id": "ep_104",
      "title": "The Quiet Infrastructure Behind AI",
      "episodeNumber": 104,
      "seasonNumber": 5,
      "status": "published",
      "publishedAt": "2026-07-14T10:00:00Z",
      "durationSeconds": 2874,
      "audio": {
        "url": "https://media.wavecast.example/pod_8f3c1a92/ep_104.mp3",
        "mimeType": "audio/mpeg",
        "sizeBytes": 68976000,
        "bitrateKbps": 192
      },
      "chapters": [
        {
          "startSeconds": 0,
          "title": "Introduction"
        },
        {
          "startSeconds": 184,
          "title": "Data centres and energy"
        },
        {
          "startSeconds": 1128,
          "title": "Supply chains"
        },
        {
          "startSeconds": 2380,
          "title": "What comes next"
        }
      ],
      "analytics": {
        "downloads": 18432,
        "uniqueListeners": 14708,
        "completionRate": 0.72,
        "topCountries": [
          {
            "countryCode": "CA",
            "listeners": 5412
          },
          {
            "countryCode": "US",
            "listeners": 4930
          },
          {
            "countryCode": "GB",
            "listeners": 1364
          }
        ]
      }
    },
    {
      "id": "ep_103",
      "title": "Can Cities Design for Serendipity?",
      "episodeNumber": 103,
      "seasonNumber": 5,
      "status": "published",
      "publishedAt": "2026-07-07T10:00:00Z",
      "durationSeconds": 3192,
      "audio": {
        "url": "https://media.wavecast.example/pod_8f3c1a92/ep_103.mp3",
        "mimeType": "audio/mpeg",
        "sizeBytes": 76608000,
        "bitrateKbps": 192
      },
      "chapters": [],
      "analytics": {
        "downloads": 26117,
        "uniqueListeners": 20384,
        "completionRate": 0.78,
        "topCountries": [
          {
            "countryCode": "CA",
            "listeners": 7201
          },
          {
            "countryCode": "US",
            "listeners": 6845
          },
          {
            "countryCode": "AU",
            "listeners": 1922
          }
        ]
      }
    }
  ],
  "monetization": {
    "currency": "CAD",
    "dynamicAdsEnabled": true,
    "subscription": {
      "enabled": true,
      "monthlyPrice": 6.99,
      "benefits": [
        "Ad-free episodes",
        "Early access",
        "Monthly bonus episode"
      ]
    },
    "adSlots": {
      "preRoll": 1,
      "midRoll": 2,
      "postRoll": 1
    }
  },
  "storage": {
    "usedBytes": 9843724612,
    "limitBytes": 53687091200,
    "retentionPolicy": "unlimited"
  },
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "totalItems": 104,
    "totalPages": 6,
    "nextCursor": "eyJlcGlzb2RlTnVtYmVyIjo4NH0="
  },
  "generatedAt": "2026-07-15T14:32:18Z"
}