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

{
    "name": "Sylvia Dee",
    "title": "Sylvia Dee",
    "id": 7033,
    "slug": "sylvia-dee",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7033/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 11650,
            "title": "Bring Me Sunshine",
            "url": "https://www.guitarparty.com/songs/bring-me-sunshine/"
        },
        {
            "id": 14023,
            "title": "I Taught Her Everything She Knows",
            "url": "https://www.guitarparty.com/songs/i-taught-her-everything-she-knows/"
        },
        {
            "id": 10194,
            "title": "Moonlight Swim",
            "url": "https://www.guitarparty.com/songs/moonlight-swim/"
        },
        {
            "id": 10012,
            "title": "The End Of The World",
            "url": "https://www.guitarparty.com/songs/end-of-the-world/"
        }
    ]
}