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

{
    "name": "The Troggs",
    "title": "The Troggs",
    "id": 11622,
    "slug": "the-troggs",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11622/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 889,
            "title": "Love is all around",
            "url": "https://www.guitarparty.com/songs/love-is-all-around/"
        },
        {
            "id": 23724,
            "title": "Wild Thing",
            "url": "https://www.guitarparty.com/songs/wild-thing/"
        },
        {
            "id": 25120,
            "title": "With A Girl Like You",
            "url": "https://www.guitarparty.com/songs/with-a-girl-like-you/"
        }
    ]
}