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

{
    "name": "Michael S. Breid",
    "title": "Michael S. Breid",
    "id": 6144,
    "slug": "michael-s-breid",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6144/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10915,
            "title": "I Love The Sound Of A Whistle",
            "url": "https://www.guitarparty.com/songs/i-love-the-sound-of-a-whistle/"
        }
    ]
}