Information about plays

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

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

{
    "id": 369554,
    "uri": "https://api.kexp.org/v2/plays/369554/?format=api",
    "airdate": "2019-08-19T18:10:00-07:00",
    "show": 6162,
    "show_uri": "https://api.kexp.org/v2/shows/6162/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Berimbau",
    "track_id": null,
    "recording_id": null,
    "artist": "MC Gi FEAT El Super Gummi",
    "artist_ids": [],
    "album": "",
    "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": "Giovanna Avino, aka MC GI. Born and raised in Santos - São Paulo, Brazil. She began to compose very young, 5 years old, surprising everyone with her talent. After some time she focused her lyrics on social issues - themes and protest.<br>\n<br>\nGiovanna Avino, alias MC GI. Nacido y criado en Santos - São Paulo, Brasil. Comenzó a componer muy joven, de 5 años, sorprendiendo a todos con su talento. Después de un tiempo, centró sus letras en temas sociales: temas y protestas.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}