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

{
    "name": "Tom Springfield",
    "title": "Tom Springfield",
    "id": 6359,
    "slug": "tom-springfield",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6359/?format=api",
    "bio_short": null,
    "artist_img": "//guitarparty.overcastcdn.com/images/TomSpringfield60.2e16d0ba.fill-1200x675-c100.format-jpeg.jpg",
    "songs": [
        {
            "id": 11208,
            "title": "A World Of Our Own",
            "url": "https://www.guitarparty.com/songs/a-world-of-our-own/"
        },
        {
            "id": 12077,
            "title": "I'll Never Find Another You",
            "url": "https://www.guitarparty.com/songs/ill-never-find-another-you/"
        },
        {
            "id": 23150,
            "title": "Kveiktu ljós",
            "url": "https://www.guitarparty.com/songs/kveiktu-ljos/"
        }
    ]
}