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

{
    "name": "Fred Ahlert",
    "title": "Fred Ahlert",
    "id": 9894,
    "slug": "fred-ahlert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9894/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21986,
            "title": "The Moon Was Yellow",
            "url": "https://www.guitarparty.com/songs/the-moon-was-yellow/"
        },
        {
            "id": 22074,
            "title": "Where The Blue Of The Night",
            "url": "https://www.guitarparty.com/songs/where-the-blue-of-the-night/"
        }
    ]
}