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

{
    "name": "Dick Overbey",
    "title": "Dick Overbey",
    "id": 7904,
    "slug": "dick-overbey",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7904/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 13727,
            "title": "Id Love To Live With You Again",
            "url": "https://www.guitarparty.com/songs/id-love-to-live-with-you-again/"
        }
    ]
}