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

{
    "name": "Ragnar Ólafsson",
    "title": "Ragnar Ólafsson",
    "id": 14895,
    "slug": "ragnar-olafsson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14895/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 27488,
            "title": "Entangled",
            "url": "https://www.guitarparty.com/songs/entangled/"
        },
        {
            "id": 28251,
            "title": "Please Help Me",
            "url": "https://www.guitarparty.com/songs/please-help-me/"
        }
    ]
}