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

{
    "name": " Morten Ristorp",
    "title": " Morten Ristorp",
    "id": 12294,
    "slug": "morten-ristorp",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12294/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24376,
            "title": "7 Years",
            "url": "https://www.guitarparty.com/songs/7-years/"
        }
    ]
}