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

{
    "name": "Donny Kees",
    "title": "Donny Kees",
    "id": 7227,
    "slug": "donny-kees",
    "url": "https://www.guitarparty.com/api/v3/core/authors/7227/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 9295,
            "title": "I Believe",
            "url": "https://www.guitarparty.com/songs/i-believe/"
        },
        {
            "id": 21777,
            "title": "I’ve Still Got Some Hurting To Do",
            "url": "https://www.guitarparty.com/songs/ive-still-got-some-hurting-to-do/"
        },
        {
            "id": 12756,
            "title": "Staying Together",
            "url": "https://www.guitarparty.com/songs/staying-together/"
        },
        {
            "id": 18288,
            "title": "What Do They Know",
            "url": "https://www.guitarparty.com/songs/what-do-they-know/"
        },
        {
            "id": 10236,
            "title": "When Did You Stop Loving Me",
            "url": "https://www.guitarparty.com/songs/when-did-you-stop-loving-me/"
        }
    ]
}