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

{
    "name": "Jodie Emerson",
    "title": "Jodie Emerson",
    "id": 6779,
    "slug": "jodie-emerson",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6779/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11884,
            "title": "Over Something Good",
            "url": "https://www.guitarparty.com/songs/over-something-good/"
        },
        {
            "id": 19398,
            "title": "She Needs Me",
            "url": "https://www.guitarparty.com/songs/she-needs-me/"
        }
    ]
}