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

{
    "name": "Buddy Brock",
    "title": "Buddy Brock",
    "id": 8783,
    "slug": "buddy-brock",
    "url": "https://www.guitarparty.com/api/v3/core/authors/8783/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 20936,
            "title": "What Am I Doing There",
            "url": "https://www.guitarparty.com/songs/what-am-i-doing-there/"
        },
        {
            "id": 19032,
            "title": "Youve Got To Stand For Something",
            "url": "https://www.guitarparty.com/songs/youve-got-to-stand-for-something/"
        }
    ]
}