{
  "service": {
    "name": "Northstar Podcast Hosting",
    "environment": "production",
    "region": "ca-central-1",
    "api_version": "2026-07-01",
    "status": "operational"
  },
  "account": {
    "id": "acct_8f3c2a71",
    "plan": "professional",
    "billing_cycle": "monthly",
    "storage": {
      "used_bytes": 18742310912,
      "limit_bytes": 107374182400
    },
    "bandwidth": {
      "used_bytes_this_month": 93684722176,
      "included_bytes": 536870912000
    }
  },
  "podcast": {
    "id": "pod_42e9bd17",
    "title": "Signals After Dark",
    "description": "Conversations about technology, culture, and the ideas shaping tomorrow.",
    "language": "en-CA",
    "explicit": false,
    "categories": [
      {
        "name": "Technology",
        "subcategory": "Tech News"
      },
      {
        "name": "Society & Culture",
        "subcategory": "Personal Journals"
      }
    ],
    "author": {
      "name": "Maya Chen",
      "email": "maya@example.com"
    },
    "artwork": {
      "url": "https://cdn.example.com/podcasts/pod_42e9bd17/artwork-3000.jpg",
      "width": 3000,
      "height": 3000,
      "mime_type": "image/jpeg"
    },
    "distribution": {
      "rss_url": "https://feeds.example.com/signals-after-dark",
      "website_url": "https://signalsafterdark.example.com",
      "platforms": [
        {
          "name": "Apple Podcasts",
          "status": "active",
          "external_id": "1743928105"
        },
        {
          "name": "Spotify",
          "status": "active",
          "external_id": "6QkL2H7pN9dR4tV1xM8sAe"
        },
        {
          "name": "YouTube Music",
          "status": "pending",
          "external_id": null
        }
      ]
    },
    "episodes": [
      {
        "id": "ep_9012c4ab",
        "title": "The Quiet Infrastructure Behind Everyday AI",
        "episode_number": 48,
        "season_number": 3,
        "status": "published",
        "published_at": "2026-07-14T10:00:00Z",
        "duration_seconds": 2874,
        "audio": {
          "url": "https://cdn.example.com/audio/ep_9012c4ab.mp3",
          "mime_type": "audio/mpeg",
          "size_bytes": 68976000,
          "bitrate_kbps": 192
        },
        "chapters": [
          {
            "title": "Introduction",
            "start_time_seconds": 0
          },
          {
            "title": "Data centres and inference",
            "start_time_seconds": 214
          },
          {
            "title": "Who maintains the stack?",
            "start_time_seconds": 1268
          },
          {
            "title": "Closing thoughts",
            "start_time_seconds": 2651
          }
        ],
        "analytics": {
          "downloads": 18432,
          "unique_listeners": 15309,
          "completion_rate": 0.71,
          "top_countries": [
            {
              "country_code": "CA",
              "listeners": 5287
            },
            {
              "country_code": "US",
              "listeners": 4912
            },
            {
              "country_code": "GB",
              "listeners": 1638
            }
          ]
        }
      },
      {
        "id": "ep_4df81e63",
        "title": "Designing for a Slower Internet",
        "episode_number": 47,
        "season_number": 3,
        "status": "published",
        "published_at": "2026-06-30T10:00:00Z",
        "duration_seconds": 3218,
        "audio": {
          "url": "https://cdn.example.com/audio/ep_4df81e63.mp3",
          "mime_type": "audio/mpeg",
          "size_bytes": 77232000,
          "bitrate_kbps": 192
        },
        "chapters": [],
        "analytics": {
          "downloads": 29104,
          "unique_listeners": 23871,
          "completion_rate": 0.76,
          "top_countries": [
            {
              "country_code": "US",
              "listeners": 8129
            },
            {
              "country_code": "CA",
              "listeners": 7475
            },
            {
              "country_code": "AU",
              "listeners": 2140
            }
          ]
        }
      }
    ]
  },
  "webhooks": [
    {
      "id": "wh_26a81bfc",
      "url": "https://api.signalsafterdark.example.com/hooks/podcast",
      "events": [
        "episode.published",
        "episode.updated",
        "analytics.daily_ready"
      ],
      "enabled": true,
      "last_delivery": {
        "attempted_at": "2026-07-16T04:15:22Z",
        "status_code": 200,
        "duration_ms": 184
      }
    }
  ],
  "generated_at": "2026-07-16T15:42:08Z"
}