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

{
    "name": "Hlynur Ben og Upplifun",
    "title": "Hlynur Ben og Upplifun",
    "id": 12345,
    "slug": "hlynur-ben-og-upplifun",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12345/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27541,
            "title": "Hærra",
            "url": "https://www.guitarparty.com/songs/haerra-2/"
        }
    ]
}