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

{
    "name": "Matt Aitken",
    "title": "Matt Aitken",
    "id": 13750,
    "slug": "matt-aitken",
    "url": "https://www.guitarparty.com/api/v3/core/authors/13750/?format=api",
    "bio_short": "",
    "artist_img": null,
    "songs": [
        {
            "id": 26263,
            "title": "I Should Be So Lucky",
            "url": "https://www.guitarparty.com/songs/i-should-be-so-lucky/"
        },
        {
            "id": 2255,
            "title": "Never gonna give you up",
            "url": "https://www.guitarparty.com/songs/never-gonna-give-you-up/"
        },
        {
            "id": 25117,
            "title": "Together forever",
            "url": "https://www.guitarparty.com/songs/together-forever/"
        }
    ]
}