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

{
    "name": "Fred Burch",
    "title": "Fred Burch",
    "id": 5842,
    "slug": "fred-burch",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5842/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21509,
            "title": "P. T. 109",
            "url": "https://www.guitarparty.com/songs/p-t-109/"
        },
        {
            "id": 20399,
            "title": "Strange",
            "url": "https://www.guitarparty.com/songs/strange/"
        },
        {
            "id": 10602,
            "title": "The Snakes Crawl at Night",
            "url": "https://www.guitarparty.com/songs/the-snakes-crawl-at-night/"
        },
        {
            "id": 12900,
            "title": "Tra Le La La Triangle",
            "url": "https://www.guitarparty.com/songs/tra-le-la-la-triangle/"
        }
    ]
}