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

{
    "username": "",
    "email": "",
    "first_name": "",
    "last_name": "",
    "last_login": null,
    "date_joined": null,
    "subscription": {
        "active": false,
        "cancelled": false,
        "is_on_trial": false,
        "plan": {
            "name": "",
            "amount": null,
            "currency": ""
        },
        "subscription_id": null
    },
    "song_set": []
}