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

{
    "name": "Allister MacGillivray",
    "title": "Allister MacGillivray",
    "id": 5812,
    "slug": "allister-macgillivray",
    "url": "https://www.guitarparty.com/api/v3/core/authors/5812/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 10558,
            "title": "Song For The Mira",
            "url": "https://www.guitarparty.com/songs/song-for-the-mira/"
        }
    ]
}