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

{
    "name": "Doodle Owens",
    "title": "Doodle Owens",
    "id": 9144,
    "slug": "doodle-owens",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9144/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 19914,
            "title": "What I Threw Away",
            "url": "https://www.guitarparty.com/songs/what-i-threw-away/"
        }
    ]
}