Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/345643/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 345643,
    "uri": "https://api.kexp.org/v2/plays/345643/?format=api",
    "airdate": "2019-06-24T18:26:00-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Clara",
    "track_id": null,
    "recording_id": null,
    "artist": "LaBaq",
    "artist_ids": [],
    "album": "VOA",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1950-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "LaBaq is brazilian, born in Franca/SP in 1988 and started studying music at the age of 12. \nAs an entrepreneur, created the Festival Sonora - Ciclo Internacional de Compositoras in 2016, nowadays happening in more than 80 cities of 15 countries. Today as a curator, she works with Festival Infinita and Nuas Project, both focusing on women in music industry.<br>\n<br>\n#Pride2019: We are celebrating Pride Month by spotlighting a variety of latin LGBTQIA+ artists. Featuring many you know and some new favorites.<br>\n<br>\nLaBaq es brasileña, nació en Franca / SP en 1988 y comenzó a estudiar música a los 12 años.\nComo empresario, creó el Festival Sonora - Ciclo Internacional de Compositoras en 2016, actualmente en más de 80 ciudades de 15 países. Hoy como curadora, trabaja con el Festival Infinita y el Proyecto Nuas, ambos enfocados en las mujeres en la industria musical.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}