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

{
    "name": "Skip the Use",
    "title": "Skip the Use",
    "id": 13345,
    "slug": "skip-the-use",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13345/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 25449,
            "title": "Nameless World",
            "url": "https://www.guitarparty.com/songs/nameless-world/"
        }
    ]
}