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

{
    "name": "Donald Robertson",
    "title": "Donald Robertson",
    "id": 6540,
    "slug": "donald-robertson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6540/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 12761,
            "title": "Go Back You Fool",
            "url": "https://www.guitarparty.com/songs/go-back-you-fool/"
        },
        {
            "id": 11475,
            "title": "I Stepped Over the Line",
            "url": "https://www.guitarparty.com/songs/i-stepped-over-the-line/"
        }
    ]
}