Information about plays

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

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

{
    "id": 345671,
    "uri": "https://api.kexp.org/v2/plays/345671/?format=api",
    "airdate": "2019-06-24T20:18:00-07:00",
    "show": 5764,
    "show_uri": "https://api.kexp.org/v2/shows/5764/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mariposas",
    "track_id": null,
    "recording_id": null,
    "artist": "Yva Las Vegass",
    "artist_ids": [],
    "album": "I Was Born In A Place Of Sunshine & The Smell Of Ripe Mangos",
    "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": "Venezuelan born and Seattle native, who has since moved to New York (home). Her first gig was in the 2nd grade, and she has not stopped doing it since. Mixing venezuelan folkloric music, punk rock, electronica and, yes, grunge<br>\n<br>\nNacidx en Venezuela y nativo de Seattle, que finalmente llegó a Nueva York (hogar). Su primer concierto fue en 2do grado, no ha dejado de hacerlo desde entonces. Mezclando música folklórica venezolana, punk rock, electrónica y, sí, grunge<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}