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

{
    "name": "Steve Marriott",
    "title": "Steve Marriott",
    "id": 11821,
    "slug": "steve-marriott-2",
    "url": "https://www.guitarparty.com/api/v3/core/authors/11821/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 23900,
            "title": "Itchyccoo Park",
            "url": "https://www.guitarparty.com/songs/itchyccoo-park/"
        },
        {
            "id": 23898,
            "title": "Lazy Sunday",
            "url": "https://www.guitarparty.com/songs/lazy-sunday/"
        }
    ]
}