{
  "service": {
    "name": "Northstar Podcasts",
    "environment": "production",
    "version": "3.8.2",
    "region": "ca-central-1",
    "maintenanceMode": false,
    "features": {
      "videoPodcasts": true,
      "dynamicAdInsertion": true,
      "automaticTranscription": true,
      "privateFeeds": true
    }
  },
  "podcast": {
    "id": "pod_8f3c2a91",
    "title": "Signals and Stories",
    "slug": "signals-and-stories",
    "description": "Conversations with researchers, founders, and artists about the ideas shaping modern life.",
    "language": "en-CA",
    "explicit": false,
    "status": "published",
    "author": {
      "id": "usr_51d8b720",
      "name": "Maya Chen",
      "email": "maya@example.com",
      "verified": true
    },
    "artwork": {
      "url": "https://cdn.example.com/podcasts/pod_8f3c2a91/cover-3000.jpg",
      "width": 3000,
      "height": 3000,
      "mimeType": "image/jpeg"
    },
    "categories": [
      "Technology",
      "Society & Culture",
      "Business"
    ],
    "distribution": {
      "rssUrl": "https://feeds.example.com/signals-and-stories",
      "applePodcasts": {
        "enabled": true,
        "showId": "1738429105"
      },
      "spotify": {
        "enabled": true,
        "showUri": "spotify:show:4nQ7wZ9kL2pR6xT1mV8aBc"
      },
      "youtube": {
        "enabled": false,
        "channelId": null
      }
    }
  },
  "episodes": [
    {
      "id": "ep_1042",
      "title": "The Quiet Infrastructure Behind AI",
      "episodeNumber": 42,
      "seasonNumber": 3,
      "type": "full",
      "status": "published",
      "explicit": false,
      "publishedAt": "2026-07-14T13:00:00Z",
      "durationSeconds": 2874,
      "media": {
        "url": "https://cdn.example.com/episodes/ep_1042/audio.mp3",
        "mimeType": "audio/mpeg",
        "sizeBytes": 68974231,
        "bitrateKbps": 192
      },
      "chapters": [
        {
          "title": "Introduction",
          "startTimeSeconds": 0
        },
        {
          "title": "Data centers and energy",
          "startTimeSeconds": 318
        },
        {
          "title": "The human layer",
          "startTimeSeconds": 1247
        },
        {
          "title": "Closing thoughts",
          "startTimeSeconds": 2610
        }
      ],
      "transcript": {
        "status": "completed",
        "language": "en",
        "format": "vtt",
        "url": "https://cdn.example.com/episodes/ep_1042/transcript.vtt"
      },
      "analytics": {
        "downloads": 18429,
        "uniqueListeners": 15208,
        "completionRate": 0.74,
        "topCountries": [
          {
            "countryCode": "CA",
            "listeners": 5210
          },
          {
            "countryCode": "US",
            "listeners": 4862
          },
          {
            "countryCode": "GB",
            "listeners": 1734
          }
        ]
      }
    },
    {
      "id": "ep_1041",
      "title": "Designing Cities for Extreme Weather",
      "episodeNumber": 41,
      "seasonNumber": 3,
      "type": "full",
      "status": "published",
      "explicit": false,
      "publishedAt": "2026-07-07T13:00:00Z",
      "durationSeconds": 3198,
      "media": {
        "url": "https://cdn.example.com/episodes/ep_1041/audio.mp3",
        "mimeType": "audio/mpeg",
        "sizeBytes": 76750312,
        "bitrateKbps": 192
      },
      "chapters": [],
      "transcript": {
        "status": "processing",
        "language": "en",
        "format": null,
        "url": null
      },
      "analytics": {
        "downloads": 23781,
        "uniqueListeners": 19644,
        "completionRate": 0.69,
        "topCountries": [
          {
            "countryCode": "CA",
            "listeners": 6840
          },
          {
            "countryCode": "US",
            "listeners": 6102
          },
          {
            "countryCode": "AU",
            "listeners": 2055
          }
        ]
      }
    }
  ],
  "monetization": {
    "currency": "CAD",
    "dynamicAdsEnabled": true,
    "defaultAdSlots": {
      "preRoll": 1,
      "midRoll": 2,
      "postRoll": 1
    },
    "campaigns": [
      {
        "id": "cmp_7b129d",
        "name": "Summer Productivity Campaign",
        "status": "active",
        "startsAt": "2026-06-01T00:00:00Z",
        "endsAt": "2026-08-31T23:59:59Z",
        "targeting": {
          "countries": [
            "CA",
            "US"
          ],
          "deviceTypes": [
            "mobile",
            "desktop",
            "smart_speaker"
          ]
        },
        "impressions": {
          "booked": 250000,
          "delivered": 168423
        }
      }
    ],
    "payout": {
      "provider": "stripe",
      "status": "verified",
      "nextPayoutDate": "2026-08-01",
      "estimatedAmount": 2841.67
    }
  },
  "pagination": {
    "page": 1,
    "pageSize": 20,
    "totalItems": 2,
    "totalPages": 1,
    "nextCursor": null
  },
  "generatedAt": "2026-07-16T15:42:18Z"
}