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

{
    "name": " M. Legrand",
    "title": " M. Legrand",
    "id": 3562,
    "slug": "m-legrand",
    "url": "https://www.guitarparty.com/api/v3/core/authors/3562/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 3619,
            "title": "Ég skal bíða þín",
            "url": "https://www.guitarparty.com/songs/eg-skal-bida-thin/"
        }
    ]
}