Profiles
There are 2 endpoints that return a list of artist or venue names, for use in dropdown, a ticker, or whatever other use that you can dream up. They are incredibly simple endpoints, and only include artists or venues that have a confirmed event in the current city’s festival.
import json
import requests
base_url = 'https://nf.makemusicday.org'
artist_list_url = f'{base_url}/api/cities/events/artists'
resp = requests.get(artist_list_url)
print(json.dumps(resp.json(), sort_keys=True, indent=4))
Which will output the following:
{
"artists": [
"Group MM",
"Turtle Trolls",
"Group of Shouting People",
"Joe Slam and the Spaceship",
"Pretzel Dads",
"Rageful Chickens",
"The B-Sharps",
"Ellen Reid"
]
}
Similarly, you can do the same for venues:
import json
import requests
base_url = 'https://nf.makemusicday.org'
venue_list_url = f'{base_url}/api/cities/events/venues'
resp = requests.get(venue_list_url)
print(json.dumps(resp.json(), sort_keys=True, indent=4))
Which will output the following:
{
"venues": [
"Fire escape",
"The Blue Note",
"Rageful Coop",
"The Chicken Coop",
"Bar66",
"Turtle Pond",
"House of Millet",
"RadioShack Loading Dock"
]
}
Profile-specific events
It is also possible to retrieve the events for a specific artist or venue profile. These endpoints allow for pagination, should the need arise.
import json
import requests
# Set the artist id appropriately for the artist you wish to query for
artist_id = 'd6426661-7deb-4fbb-b24c-9693590070ab'
base_url = 'https://nf.makemusicday.org'
events_url = f'{base_url}/api/artists/{artist_id}/events'
resp = requests.get(events_url)
print(json.dumps(resp.json(), sort_keys=True, indent=4))
{
"events": [
{
"artist": {
"description": "Samson Vi (pronounced Samson six) is a singer songwriter from Colombia, based out of Madison Wisconsin. His EP \"stories of love\" under the former alias Nico Rocer gain local buzz as people were delighted by the rawness of the vocals, combined with the acoustic guitar, latin american influenced pop rhythms, and deep lyrics of sadness in every love story in it, earned him an nomination for the Madison Area Music Awards in 2020 for the category of best pop/Rn\u2019B album. At the end of 2020, Nico decided to open his project to a wide variety of genres without losing his escene in the deep feels and lyrics driven music, renaming his music project \u201cSamson Vi\u201d, landing him some big collaborations in the midwest EDM music scene, with singles alone (remix w/ Max1millions), and Maybe (ft. BKWDS, Lil Moody, and Max1millions once again). These singles went onto achieve 70\u2019000+ streams in spotify and open the door for Samson to reach out to a wider audience with his music in this 2021.",
"end_time": "2021-06-21T21:00:00",
"facebook_url": "https://www.facebook.com/samsonvimusic",
"genres": [
"Pop",
"Singer / Songwriter",
"Indie-Folk"
],
"id": "f1053932-fc56-452c-bbdf-7179c0454581",
"image_url": "https://assets.makemusicday.org/production/artists/f1053932-fc56-452c-bbdf-7179c0454581/profiles/52e6aeb9-faf4-450a-ab11-c64ad75663ab",
"instagram_url": "https://www.instagram.com/samsonvi6/",
"is_deleted": false,
"name": "Samson Vi",
"soundcloud_song_urls": [
"https://soundcloud.com/samsonvi6/creamer-feat-rob-taylor-and-the-rewritten-story",
"https://soundcloud.com/samsonvi/alone"
],
"soundcloud_url": "https://soundcloud.com/samsonvi6",
"start_time": "2021-06-21T08:00:00",
"twitter_url": "https://twitter.com/ViSamson",
"url": "https://linktr.ee/samsonvi/",
"youtube_url": "https://www.youtube.com/channel/UCNguUui8_zYqzsFiUZlmkXA",
"youtube_video_urls": [
"https://www.youtube.com/watch?v=0zbmoPE-GhA"
]
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-12T22:58:13.596206-05:00",
"created_by": "8c932efb-baac-4408-ba30-090515042624",
"end_time": "2021-06-21T13:00:00",
"id": "41446d02-1707-47b0-a499-12b4af263157",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T12:00:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T18:00:00+00:00",
"utc_start_time": "2021-06-21T17:00:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
},
{
"artist": {
"description": "Samson Vi (pronounced Samson six) is a singer songwriter from Colombia, based out of Madison Wisconsin. His EP \"stories of love\" under the former alias Nico Rocer gain local buzz as people were delighted by the rawness of the vocals, combined with the acoustic guitar, latin american influenced pop rhythms, and deep lyrics of sadness in every love story in it, earned him an nomination for the Madison Area Music Awards in 2020 for the category of best pop/Rn\u2019B album. At the end of 2020, Nico decided to open his project to a wide variety of genres without losing his escene in the deep feels and lyrics driven music, renaming his music project \u201cSamson Vi\u201d, landing him some big collaborations in the midwest EDM music scene, with singles alone (remix w/ Max1millions), and Maybe (ft. BKWDS, Lil Moody, and Max1millions once again). These singles went onto achieve 70\u2019000+ streams in spotify and open the door for Samson to reach out to a wider audience with his music in this 2021.",
"end_time": "2021-06-21T21:00:00",
"facebook_url": "https://www.facebook.com/samsonvimusic",
"genres": [
"Pop",
"Singer / Songwriter",
"Indie-Folk"
],
"id": "f1053932-fc56-452c-bbdf-7179c0454581",
"image_url": "https://assets.makemusicday.org/production/artists/f1053932-fc56-452c-bbdf-7179c0454581/profiles/52e6aeb9-faf4-450a-ab11-c64ad75663ab",
"instagram_url": "https://www.instagram.com/samsonvi6/",
"is_deleted": false,
"name": "Samson Vi",
"soundcloud_song_urls": [
"https://soundcloud.com/samsonvi6/creamer-feat-rob-taylor-and-the-rewritten-story",
"https://soundcloud.com/samsonvi/alone"
],
"soundcloud_url": "https://soundcloud.com/samsonvi6",
"start_time": "2021-06-21T08:00:00",
"twitter_url": "https://twitter.com/ViSamson",
"url": "https://linktr.ee/samsonvi/",
"youtube_url": "https://www.youtube.com/channel/UCNguUui8_zYqzsFiUZlmkXA",
"youtube_video_urls": [
"https://www.youtube.com/watch?v=0zbmoPE-GhA"
]
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-12T22:56:39.787597-05:00",
"created_by": "8c932efb-baac-4408-ba30-090515042624",
"end_time": "2021-06-21T14:00:00",
"id": "1606e945-a3f1-4f74-930e-600535a91b09",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T13:30:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T19:00:00+00:00",
"utc_start_time": "2021-06-21T18:30:00+00:00",
"venue": {
"ada": true,
"address": "626 Orchard Dr",
"alt_venue": null,
"city": "Madison, WI",
"description": "Listeners sit in socially distanced chairs on the front lawn with performers on the deck in front of the house.",
"district": "Madison",
"end_time": "2021-06-21T14:00:00",
"facebook_url": "https://www.facebook.com/WIDE.LP.99.1/",
"genres": [
"Singer / Songwriter"
],
"id": "f0531cb1-dc1e-4432-b641-cbd5bbe61f32",
"instagram_url": null,
"is_deleted": false,
"latitude": 43.051898,
"longitude": -89.456472,
"name": "WIDE-LP Transmitter Garage",
"rain_option": "Canceled in case of rain",
"start_time": "2021-06-21T11:00:00",
"twitter_url": "https://twitter.com/WIDE_LP",
"url": "http://widelp.org/",
"venue_type": "Home (Yard, Porch, Roof)",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53711"
}
}
],
"pagination": {
"next": null,
"pages": 1,
"prev": null,
"total": 2
}
}
Or for a venue’s events:
import json
import requests
# Set the venue id appropriately for the venue you wish to query for
venue_id = 'd8ff9bd9-8773-40a5-8b61-1d8725a59158'
base_url = 'https://nf.makemusicday.org'
events_url = f'{base_url}/api/venues/{venue_id}/events'
resp = requests.get(events_url)
print(json.dumps(resp.json(), sort_keys=True, indent=4))
{
"events": [
{
"artist": {
"description": "Alternative and folky, Candace Griffin's music comes straight from the heart. As a songwriter, she takes inspiration from the life around her, and with honest words and acoustic-driven emotions, she puts her listeners right in the moment. You'll think the songs were written just for you.",
"end_time": "2021-06-21T21:00:00",
"facebook_url": "http://www.facebook.com/CandaceGriffinMusic",
"genres": [
"Singer / Songwriter",
"Indie-Folk"
],
"id": "2de8b7eb-afcb-4b30-ac6d-894b81b44152",
"image_url": "https://assets.makemusicday.org/production/artists/2de8b7eb-afcb-4b30-ac6d-894b81b44152/profiles/d1d07227-3eaf-4e37-b301-d39c8a32dddd",
"instagram_url": "http://www.instagram.com/candacegmusic",
"is_deleted": false,
"name": "Candace Griffin",
"soundcloud_song_urls": [],
"soundcloud_url": null,
"start_time": "2021-06-21T08:00:00",
"twitter_url": "http://www.twitter.com/candacegmusic",
"url": "http://www.candacegriffin.bandcamp.com",
"youtube_url": "https://youtube.com/theunusualgirl",
"youtube_video_urls": [
"https://youtu.be/NXkzH03MBFM",
"https://youtu.be/Yw_hQSuHklU",
"https://youtu.be/_j1EKyjGl-A"
]
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-13T08:49:38.315798-05:00",
"created_by": "65cc02d5-337e-4ffc-9cb0-b1b637251914",
"end_time": "2021-06-21T09:30:00",
"id": "7f6983b8-fa52-4482-acdd-26381783ff68",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T08:30:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T14:30:00+00:00",
"utc_start_time": "2021-06-21T13:30:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
},
{
"artist": {
"description": "Steventhebutler is an up-and-coming Madison folk band focused on lyrically-strong story-telling Americana folk. Our quintet intersects melancholic stories layered in deep vocal harmonies with fast banjo-plucking bluegrass themes. The lyrics center tales of struggle \u2014 family, friendships, faith, identity \u2014 wrapped in polyphonic vocal accompaniment. Our growing list of original songs, plus lots of fun foot-stomping covers, can fill up any venue session with high-energy folk music that reaches all audiences. Steventhebutler is a group of close young friends who have found each other in the diverse corners of Madisons local music scene, eager to share their music and tell their stories through lively and familiar hymns of Americana folk. ",
"end_time": "2021-06-21T21:00:00",
"facebook_url": null,
"genres": [
"Americana / Bluegrass",
"Folk",
"Indie-Folk"
],
"id": "60a76b79-fb17-4f75-a5c2-0f1f17a6e9bd",
"image_url": "https://assets.makemusicday.org/production/artists/60a76b79-fb17-4f75-a5c2-0f1f17a6e9bd/profiles/088f9546-5ab3-4ee9-95ac-52fac38eafbe",
"instagram_url": "https://www.instagram.com/steventhebutler/",
"is_deleted": false,
"name": "steventhebutler",
"soundcloud_song_urls": [],
"soundcloud_url": null,
"start_time": "2021-06-21T10:00:00",
"twitter_url": null,
"url": null,
"youtube_url": null,
"youtube_video_urls": []
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-07T20:02:44.149924-05:00",
"created_by": "f034646c-2b8d-4c8c-8788-b4e64dec3bd1",
"end_time": "2021-06-21T11:00:00",
"id": "01067b98-938a-4bd9-90ca-4533a6f7755c",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T10:00:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T16:00:00+00:00",
"utc_start_time": "2021-06-21T15:00:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
},
{
"artist": {
"description": "Miriam & Annika are a mother-daughter oboe/violin team from St John's Lutheran in Madison.",
"end_time": "2021-06-21T12:00:00",
"facebook_url": null,
"genres": [
"Classical",
"Standards",
"Other"
],
"id": "4b427e46-ff73-4f38-b45b-2268c1d3f3e4",
"image_url": null,
"instagram_url": null,
"is_deleted": false,
"name": "Miriam & Annika",
"soundcloud_song_urls": null,
"soundcloud_url": null,
"start_time": "2021-06-21T11:00:00",
"twitter_url": null,
"url": null,
"youtube_url": null,
"youtube_video_urls": null
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-18T08:37:39.969828-05:00",
"created_by": "65cc02d5-337e-4ffc-9cb0-b1b637251914",
"end_time": "2021-06-21T12:00:00",
"id": "27af4521-5d15-4d54-84d8-4fa6e4867633",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": true,
"livestream_url": null,
"start_time": "2021-06-21T11:00:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T17:00:00+00:00",
"utc_start_time": "2021-06-21T16:00:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
},
{
"artist": {
"description": "Samson Vi (pronounced Samson six) is a singer songwriter from Colombia, based out of Madison Wisconsin. His EP \"stories of love\" under the former alias Nico Rocer gain local buzz as people were delighted by the rawness of the vocals, combined with the acoustic guitar, latin american influenced pop rhythms, and deep lyrics of sadness in every love story in it, earned him an nomination for the Madison Area Music Awards in 2020 for the category of best pop/Rn\u2019B album. At the end of 2020, Nico decided to open his project to a wide variety of genres without losing his escene in the deep feels and lyrics driven music, renaming his music project \u201cSamson Vi\u201d, landing him some big collaborations in the midwest EDM music scene, with singles alone (remix w/ Max1millions), and Maybe (ft. BKWDS, Lil Moody, and Max1millions once again). These singles went onto achieve 70\u2019000+ streams in spotify and open the door for Samson to reach out to a wider audience with his music in this 2021.",
"end_time": "2021-06-21T21:00:00",
"facebook_url": "https://www.facebook.com/samsonvimusic",
"genres": [
"Pop",
"Singer / Songwriter",
"Indie-Folk"
],
"id": "f1053932-fc56-452c-bbdf-7179c0454581",
"image_url": "https://assets.makemusicday.org/production/artists/f1053932-fc56-452c-bbdf-7179c0454581/profiles/52e6aeb9-faf4-450a-ab11-c64ad75663ab",
"instagram_url": "https://www.instagram.com/samsonvi6/",
"is_deleted": false,
"name": "Samson Vi",
"soundcloud_song_urls": [
"https://soundcloud.com/samsonvi6/creamer-feat-rob-taylor-and-the-rewritten-story",
"https://soundcloud.com/samsonvi/alone"
],
"soundcloud_url": "https://soundcloud.com/samsonvi6",
"start_time": "2021-06-21T08:00:00",
"twitter_url": "https://twitter.com/ViSamson",
"url": "https://linktr.ee/samsonvi/",
"youtube_url": "https://www.youtube.com/channel/UCNguUui8_zYqzsFiUZlmkXA",
"youtube_video_urls": [
"https://www.youtube.com/watch?v=0zbmoPE-GhA"
]
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-12T22:58:13.596206-05:00",
"created_by": "8c932efb-baac-4408-ba30-090515042624",
"end_time": "2021-06-21T13:00:00",
"id": "41446d02-1707-47b0-a499-12b4af263157",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T12:00:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T18:00:00+00:00",
"utc_start_time": "2021-06-21T17:00:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
},
{
"artist": {
"description": "Joe Sokolinsky is a classical guitarist with a repertoire of classical guitar pieces ranging from J.S. Bach to The Beatles. In addition, Joe has a repertoire of original classical guitar pieces which mix classical, rock and folk influences. Joe has been performing in various venues around Madison since 2008. Joe is the co-founder of the Madison Classical Guitar Society's Showcase Night at the Lakeside Street Cafe which occurred twice a month from 2013 until 2020. ",
"end_time": "2021-06-21T21:00:00",
"facebook_url": "https://www.facebook.com/sokoguitar/?modal=suggested_action¬if_id=1616785389923382¬if_t=page_user_activity&ref=notif",
"genres": [
"Classical"
],
"id": "7851a9ce-3f75-4bf0-b8f8-bf4ce1b6d665",
"image_url": "https://assets.makemusicday.org/production/artists/7851a9ce-3f75-4bf0-b8f8-bf4ce1b6d665/profiles/bad6620f-5763-4179-bcc7-b544704027e7",
"instagram_url": null,
"is_deleted": false,
"name": "Joe Sokolinsky",
"soundcloud_song_urls": [
"https://soundcloud.com/user-124459078/come-into-the-kitchen"
],
"soundcloud_url": null,
"start_time": "2021-06-21T12:00:00",
"twitter_url": null,
"url": "http://www.sokoguitar.com",
"youtube_url": "https://www.youtube.com/channel/UCoVC5uVQU-P3qpLRlbgJgAA",
"youtube_video_urls": [
"https://www.youtube.com/watch?v=U7UUUKAnsRQ",
"https://www.youtube.com/watch?v=VhgRCMnog5w",
"https://www.youtube.com/watch?v=c0MQNU5AwYU"
]
},
"city": {
"_links": {
"add-event": {
"href": "/api/events/new",
"method": "PUT",
"title": "Add an event in this city."
}
},
"festival_name": "Make Music Madison, WI",
"id": "082876a6-5f9c-4185-be08-3ae37940e28a",
"name": "Madison, WI",
"slug": "madison"
},
"created_at": "2021-05-13T08:47:50.161357-05:00",
"created_by": "65cc02d5-337e-4ffc-9cb0-b1b637251914",
"end_time": "2021-06-21T14:30:00",
"id": "5f18ecab-d35b-48d9-b0d9-b0c9b725ad7a",
"is_deleted": false,
"is_lesson": false,
"is_participatory": false,
"is_self_match": false,
"livestream_url": null,
"start_time": "2021-06-21T13:30:00",
"status": "confirmed",
"utc_end_time": "2021-06-21T19:30:00+00:00",
"utc_start_time": "2021-06-21T18:30:00+00:00",
"venue": {
"ada": false,
"address": "322 E. Washington Ave.",
"alt_venue": null,
"city": "Madison, WI",
"description": "St. John's Lutheran Church has been proud to host Make Music Madison performers in 2018 and 2019. We have a nice outdoor courtyard along E. Washington Ave. We will provide a large tent for shelter for the performers as well as access to electricity outside and in-building bathrooms.",
"district": "Madison",
"end_time": "2021-06-21T15:00:00",
"facebook_url": "https://www.facebook.com/stjohnsmadison/",
"genres": [
"Open to Anything"
],
"id": "6a38c7b0-a7a8-4a34-ad03-5fa65eab8c96",
"instagram_url": "https://www.instagram.com/stjohnsmadison/",
"is_deleted": false,
"latitude": 43.0774944,
"longitude": -89.3808919,
"name": "St. John's Lutheran Church",
"rain_option": "Rain or shine",
"start_time": "2021-06-21T08:00:00",
"twitter_url": null,
"url": "https://www.stjohnsmadison.org/",
"venue_type": "House of Worship",
"virtual_option": "In-person",
"youtube_url": null,
"zip_code": "53703"
}
}
],
"pagination": {
"next": null,
"pages": 1,
"prev": null,
"total": 5
}
}