{
  "service": {
    "name": "WaveCast",
    "environment": "production",
    "region": "ca-central-1",
    "version": "3.8.2",
    "status": "operational",
    "apiBaseUrl": "https://api.wavecast.example/v1"
  },
  "account": {
    "id": "acct_8f21c4d7",
    "plan": "professional",
    "billingCycle": "monthly",
    "storage": {
      "usedBytes": 187694562304,
      "limitBytes": 536870912000
    },
    "features": {
      "dynamicAdInsertion": true,
      "privateFeeds": true,
      "videoPodcasting": false,
      "teamSeats": 8
    }
  },
  "podcast": {
    "id": "pod_42a9e61b",
    "title": "Signals and Stories",
    "slug": "signals-and-stories",
    "description": "Conversations with researchers, founders, and creators about the ideas shaping modern life.",
    "language": "en-CA",
    "explicit": false,
    "categories": [
      {
        "name": "Technology",
        "subcategories": [
          "Startups",
          "Artificial Intelligence"
        ]
      },
      {
        "name": "Society & Culture",
        "subcategories": [
          "Documentary"
        ]
      }
    ],
    "owner": {
      "name": "Northline Audio Inc.",
      "email": "podcasts@northline.example"
    },
    "artwork": {
      "originalUrl": "https://cdn.wavecast.example/pod_42a9e61b/artwork/original.jpg",
      "variants": [
        {
          "size": 300,
          "format": "webp",
          "url": "https://cdn.wavecast.example/pod_42a9e61b/artwork/300.webp"
        },
        {
          "size": 1400,
          "format": "jpg",
          "url": "https://cdn.wavecast.example/pod_42a9e61b/artwork/1400.jpg"
        }
      ]
    },
    "distribution": {
      "rssUrl": "https://feeds.wavecast.example/signals-and-stories",
      "destinations": [
        {
          "provider": "apple_podcasts",
          "status": "published",
          "externalId": "1759214832",
          "lastSyncedAt": "2026-07-31T13:42:18Z"
        },
        {
          "provider": "spotify",
          "status": "published",
          "externalId": "4kP9wL2nQ7rTs8Vm3JxA6B",
          "lastSyncedAt": "2026-07-31T13:40:02Z"
        },
        {
          "provider": "youtube_music",
          "status": "pending_review",
          "externalId": null,
          "lastSyncedAt": null
        }
      ]
    },
    "episodes": [
      {
        "id": "ep_905db731",
        "title": "Why Small Models Are Having a Big Moment",
        "season": 4,
        "number": 12,
        "type": "full",
        "status": "published",
        "publishedAt": "2026-07-29T10:00:00Z",
        "durationSeconds": 2874,
        "audio": {
          "fileName": "s04e12-small-models.mp3",
          "mimeType": "audio/mpeg",
          "sizeBytes": 69001412,
          "bitrateKbps": 192,
          "url": "https://cdn.wavecast.example/pod_42a9e61b/ep_905db731/audio.mp3"
        },
        "chapters": [
          {
            "startTimeSeconds": 0,
            "title": "Introduction"
          },
          {
            "startTimeSeconds": 184,
            "title": "The economics of smaller models"
          },
          {
            "startTimeSeconds": 1126,
            "title": "Running inference at the edge"
          },
          {
            "startTimeSeconds": 2435,
            "title": "Practical advice for teams"
          }
        ],
        "guests": [
          {
            "name": "Dr. Maya Chen",
            "role": "Machine Learning Researcher",
            "links": {
              "website": "https://maya-chen.example",
              "social": "https://social.example/@mayachen"
            }
          }
        ],
        "analytics": {
          "downloads": 48217,
          "uniqueListeners": 39104,
          "completionRate": 0.73,
          "topCountries": [
            {
              "countryCode": "CA",
              "listeners": 12680
            },
            {
              "countryCode": "US",
              "listeners": 11842
            },
            {
              "countryCode": "GB",
              "listeners": 3945
            }
          ]
        }
      },
      {
        "id": "ep_29a063ef",
        "title": "Field Notes: Designing Cities for Heat",
        "season": 4,
        "number": 13,
        "type": "full",
        "status": "scheduled",
        "publishedAt": "2026-08-05T10:00:00Z",
        "durationSeconds": 2419,
        "audio": {
          "fileName": "s04e13-cities-and-heat.mp3",
          "mimeType": "audio/mpeg",
          "sizeBytes": 58056643,
          "bitrateKbps": 192,
          "url": "https://cdn.wavecast.example/pod_42a9e61b/ep_29a063ef/audio.mp3"
        },
        "chapters": [],
        "guests": [
          {
            "name": "Elena García",
            "role": "Urban Climate Planner",
            "links": {
              "website": null,
              "social": "https://social.example/@elenagarcia"
            }
          },
          {
            "name": "Noah Williams",
            "role": "Landscape Architect",
            "links": {
              "website": "https://noahwilliams.example",
              "social": null
            }
          }
        ],
        "analytics": null
      }
    ]
  },
  "monetization": {
    "currency": "CAD",
    "dynamicAds": {
      "enabled": true,
      "defaultSlots": [
        {
          "position": "pre_roll",
          "maxDurationSeconds": 30
        },
        {
          "position": "mid_roll",
          "maxDurationSeconds": 60
        }
      ]
    },
    "campaigns": [
      {
        "id": "camp_f2c6a843",
        "name": "Summer Productivity 2026",
        "advertiser": "BrightDesk",
        "status": "active",
        "startDate": "2026-07-01",
        "endDate": "2026-08-31",
        "targeting": {
          "countries": [
            "CA",
            "US"
          ],
          "deviceTypes": [
            "mobile",
            "desktop"
          ]
        },
        "impressions": {
          "delivered": 184392,
          "goal": 300000
        }
      }
    ],
    "payout": {
      "method": "bank_transfer",
      "minimumAmount": 100.0,
      "nextEstimatedDate": "2026-08-15"
    }
  },
  "webhooks": [
    {
      "id": "wh_7b013ca5",
      "url": "https://hooks.northline.example/wavecast",
      "enabled": true,
      "events": [
        "episode.published",
        "episode.processing_failed",
        "analytics.daily_ready"
      ],
      "signingSecretConfigured": true,
      "lastDelivery": {
        "event": "analytics.daily_ready",
        "statusCode": 200,
        "attemptedAt": "2026-07-31T06:05:14Z",
        "durationMs": 184
      }
    }
  ],
  "request": {
    "id": "req_01J42PK7HV3N8YF0C5MQA2BZ1X",
    "generatedAt": "2026-07-31T14:03:27Z"
  }
}