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

{
    "name": "Huey Lewis and the News",
    "title": "Huey Lewis and the News",
    "id": 14644,
    "slug": "huey-lewis-and-the-news",
    "url": "https://www.guitarparty.com/api/v3/core/authors/14644/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 28098,
            "title": "Do you believe in love",
            "url": "https://www.guitarparty.com/songs/do-you-believe-in-love/"
        },
        {
            "id": 27240,
            "title": "The Power of love (Huey Lewis and the News)",
            "url": "https://www.guitarparty.com/songs/the-power-of-love/"
        }
    ]
}