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

{
    "name": "Tyler Joseph",
    "title": "Tyler Joseph",
    "id": 12258,
    "slug": "tyler-joseph",
    "url": "https://www.guitarparty.com/api/v3/core/authors/12258/?format=api",
    "bio_short": null,
    "artist_img": null,
    "songs": [
        {
            "id": 24596,
            "title": "Friend, Please",
            "url": "https://www.guitarparty.com/songs/friend-please/"
        },
        {
            "id": 24599,
            "title": "House Of Gold",
            "url": "https://www.guitarparty.com/songs/house-of-gold/"
        },
        {
            "id": 24341,
            "title": "Stressed Out",
            "url": "https://www.guitarparty.com/songs/stressed-out/"
        }
    ]
}