{
  "requestId": "req_7f2c9d41b8a04d2b",
  "generatedAt": "2026-07-11T14:32:18Z",
  "account": {
    "id": "acct_10482",
    "name": "Northstar Media Lab",
    "plan": "professional",
    "status": "active",
    "billing": {
      "currency": "USD",
      "renewalDate": "2026-08-01",
      "includedMonthlyDownloads": 250000,
      "currentMonthDownloads": 183742
    }
  },
  "podcast": {
    "id": "pod_89341",
    "title": "The Signal Room",
    "subtitle": "Weekly conversations about technology, markets, and culture.",
    "description": "A documentary-style podcast featuring interviews, field notes, and analysis from people building the systems shaping everyday life.",
    "language": "en-US",
    "explicit": false,
    "category": {
      "primary": "Technology",
      "secondary": [
        "Business",
        "Society & Culture"
      ]
    },
    "owner": {
      "name": "Maya Chen",
      "email": "maya@northstarmedia.example"
    },
    "coverArt": {
      "url": "https://cdn.podhost.example/podcasts/pod_89341/cover-3000.jpg",
      "width": 3000,
      "height": 3000,
      "mimeType": "image/jpeg"
    },
    "feed": {
      "rssUrl": "https://feeds.podhost.example/the-signal-room",
      "canonicalUrl": "https://northstarmedia.example/the-signal-room",
      "lastPublishedAt": "2026-07-09T10:00:00Z",
      "validation": {
        "status": "valid",
        "warnings": []
      }
    },
    "distribution": {
      "enabled": true,
      "platforms": [
        {
          "name": "Apple Podcasts",
          "status": "connected",
          "externalId": "1549827301"
        },
        {
          "name": "Spotify",
          "status": "connected",
          "externalId": "4rQp9x6WmP2s"
        },
        {
          "name": "YouTube Music",
          "status": "pending_review",
          "externalId": null
        }
      ]
    }
  },
  "episodes": [
    {
      "id": "ep_22017",
      "title": "Why Open Standards Still Matter",
      "slug": "why-open-standards-still-matter",
      "status": "published",
      "episodeNumber": 42,
      "seasonNumber": 3,
      "publishedAt": "2026-07-09T10:00:00Z",
      "durationSeconds": 3184,
      "explicit": false,
      "audio": {
        "assetId": "aud_994012",
        "url": "https://media.podhost.example/pod_89341/ep_22017/master.mp3",
        "mimeType": "audio/mpeg",
        "bitrateKbps": 128,
        "sizeBytes": 50948211
      },
      "chapters": [
        {
          "title": "The case for interoperability",
          "startSeconds": 0
        },
        {
          "title": "Standards bodies and incentives",
          "startSeconds": 612
        },
        {
          "title": "What builders should watch next",
          "startSeconds": 2460
        }
      ],
      "analytics": {
        "downloads": 28416,
        "uniqueListeners": 19742,
        "averageCompletionRate": 0.72,
        "topCountries": [
          {
            "countryCode": "US",
            "downloads": 15120
          },
          {
            "countryCode": "CA",
            "downloads": 3124
          },
          {
            "countryCode": "GB",
            "downloads": 2898
          }
        ]
      }
    },
    {
      "id": "ep_21988",
      "title": "The Quiet Economics of Cloud Costs",
      "slug": "quiet-economics-of-cloud-costs",
      "status": "published",
      "episodeNumber": 41,
      "seasonNumber": 3,
      "publishedAt": "2026-07-02T10:00:00Z",
      "durationSeconds": 2769,
      "explicit": false,
      "audio": {
        "assetId": "aud_991774",
        "url": "https://media.podhost.example/pod_89341/ep_21988/master.mp3",
        "mimeType": "audio/mpeg",
        "bitrateKbps": 128,
        "sizeBytes": 44307204
      },
      "chapters": [
        {
          "title": "Where spend hides",
          "startSeconds": 0
        },
        {
          "title": "Forecasting usage",
          "startSeconds": 840
        },
        {
          "title": "Making FinOps practical",
          "startSeconds": 1994
        }
      ],
      "analytics": {
        "downloads": 36752,
        "uniqueListeners": 25109,
        "averageCompletionRate": 0.69,
        "topCountries": [
          {
            "countryCode": "US",
            "downloads": 20344
          },
          {
            "countryCode": "DE",
            "downloads": 3480
          },
          {
            "countryCode": "AU",
            "downloads": 2911
          }
        ]
      }
    }
  ],
  "webPlayer": {
    "enabled": true,
    "theme": {
      "mode": "light",
      "accentColor": "#2563eb",
      "showBranding": false
    },
    "embedUrl": "https://player.podhost.example/embed/pod_89341",
    "allowedDomains": [
      "northstarmedia.example",
      "signals.news"
    ]
  },
  "integrations": {
    "analyticsExport": {
      "enabled": true,
      "provider": "BigQuery",
      "dataset": "podcast_analytics",
      "lastSyncAt": "2026-07-11T13:00:04Z"
    },
    "dynamicAds": {
      "enabled": true,
      "defaultCampaignId": "cmp_5019",
      "insertionPoints": [
        {
          "type": "pre_roll",
          "maxDurationSeconds": 30
        },
        {
          "type": "mid_roll",
          "offsetPercent": 45,
          "maxDurationSeconds": 60
        }
      ]
    }
  }
}