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

{
    "name": "Johnny Marvin",
    "title": "Johnny Marvin",
    "id": 7256,
    "slug": "johnny-marvin",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7256/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/JohnnyMarvinJOHN.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 11597,
            "title": "At The Close Of A Long Long Day",
            "url": "https://www.guitarparty.com/songs/at-the-close-of-a-long-long-day/"
        },
        {
            "id": 10308,
            "title": "Goodbye Little Darling",
            "url": "https://www.guitarparty.com/songs/goodbye-little-darling/"
        }
    ]
}