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

{
    "name": "Marvin Hughes",
    "title": "Marvin Hughes",
    "id": 6337,
    "slug": "marvin-hughes",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6337/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11179,
            "title": "God Walks These Hills With Me",
            "url": "https://www.guitarparty.com/songs/god-walks-these-hills-with-me/"
        },
        {
            "id": 21594,
            "title": "Night Train To Memphis",
            "url": "https://www.guitarparty.com/songs/night-train-to-memphis/"
        }
    ]
}