GET /api/v3/core/plans/11/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "url": "https://www.guitarparty.com/api/v3/core/plans/11/?format=api",
    "name": "Subscription to Guitarparty.com",
    "interval": "month",
    "interval_count": 1,
    "amount": "8.0000",
    "currency": "USD",
    "trial_period_days": 5,
    "enabled": true,
    "private": false,
    "plan_id": 11
}