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

{
    "name": "Theresa Haggard",
    "title": "Theresa Haggard",
    "id": 8162,
    "slug": "theresa-haggard",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8162/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 15401,
            "title": "How Did You Find Me Here",
            "url": "https://www.guitarparty.com/songs/how-did-you-find-me-here/"
        },
        {
            "id": 14257,
            "title": "Think About A Lullaby",
            "url": "https://www.guitarparty.com/songs/think-about-a-lullaby/"
        }
    ]
}