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

{
    "name": "Bob Tubert",
    "title": "Bob Tubert",
    "id": 6361,
    "slug": "bob-tubert",
    "url": "https://www.guitarparty.com/api/v3/core/authors/6361/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 21200,
            "title": "Going Through The Motions Of Living",
            "url": "https://www.guitarparty.com/songs/going-through-the-motions-of-living/"
        },
        {
            "id": 17510,
            "title": "Here Comes Heaven",
            "url": "https://www.guitarparty.com/songs/here-comes-heaven/"
        },
        {
            "id": 13873,
            "title": "Ill Keep Holding on to You",
            "url": "https://www.guitarparty.com/songs/ill-keep-holding-on-to-you/"
        },
        {
            "id": 22266,
            "title": "Our Winter Love",
            "url": "https://www.guitarparty.com/songs/our-winter-love/"
        },
        {
            "id": 11211,
            "title": "There's Always Another Day",
            "url": "https://www.guitarparty.com/songs/theres-always-another-day/"
        },
        {
            "id": 15043,
            "title": "Yes Or No",
            "url": "https://www.guitarparty.com/songs/yes-or-no/"
        },
        {
            "id": 21321,
            "title": "You´re the Only World I Know",
            "url": "https://www.guitarparty.com/songs/you-re-the-only-world-i-know/"
        }
    ]
}