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

{
    "name": "Allie Wrubel",
    "title": "Allie Wrubel",
    "id": 10214,
    "slug": "allie-wrubel",
    "url": "https://www.guitarparty.com/api/v3/core/authors/10214/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 22402,
            "title": "Gone With The Wind",
            "url": "https://www.guitarparty.com/songs/gone-with-the-wind/"
        },
        {
            "id": 22252,
            "title": "Music, Maestro, Please",
            "url": "https://www.guitarparty.com/songs/music-maestro-please/"
        },
        {
            "id": 22250,
            "title": "The Masquerade Is Over",
            "url": "https://www.guitarparty.com/songs/the-masquerade-is-over/"
        },
        {
            "id": 22290,
            "title": "Zip-A-Dee-Doo-Dah",
            "url": "https://www.guitarparty.com/songs/zip-a-dee-doo-dah/"
        }
    ]
}