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

{
    "name": "Harry Ruby",
    "title": "Harry Ruby",
    "id": 9270,
    "slug": "harry-ruby",
    "url": "https://www.guitarparty.com/api/v3/core/authors/9270/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22039,
            "title": "Give Me The Simple Life",
            "url": "https://www.guitarparty.com/songs/give-me-the-simple-life/"
        },
        {
            "id": 22115,
            "title": "Nevertheless (I´m In Love With You)",
            "url": "https://www.guitarparty.com/songs/nevertheless-i-m-in-love-with-you/"
        },
        {
            "id": 20458,
            "title": "Whos Sorry Now",
            "url": "https://www.guitarparty.com/songs/whos-sorry-now/"
        }
    ]
}