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

{
    "name": "Max C. Freedman",
    "title": "Max C. Freedman",
    "id": 12420,
    "slug": "max-c-freedman",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12420/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24570,
            "title": "Rock Around The Clock",
            "url": "https://www.guitarparty.com/songs/rock-around-the-clock/"
        },
        {
            "id": 28246,
            "title": "Rokk um alla blokk",
            "url": "https://www.guitarparty.com/songs/rokk-um-alla-blokk/"
        }
    ]
}