Information about plays

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

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

{
    "id": 375741,
    "uri": "https://api.kexp.org/v2/plays/375741/?format=api",
    "airdate": "2019-09-02T20:21:10-07:00",
    "show": 6257,
    "show_uri": "https://api.kexp.org/v2/shows/6257/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A.C.A.B.",
    "track_id": null,
    "recording_id": null,
    "artist": "Sara Hebe",
    "artist_ids": [
        "d7741af8-d0a4-410d-afeb-36c60889fab4"
    ],
    "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": "Indie Hoy Says: Sara Hebe has just released the video «A.C.A.B». Walking the streets of Constitución and Paternal (Buenos Aires, Argentina), accompanied by trans artist, Sasha Sathya. True to her denouncing and disruptive style, the singer walks with a firm step, denouncing the invisibility and discrimination of the trans community, the partiality of police power and political prisoners.<br>\n<br>\nSara Hebe acaba de estrenar el video «A.C.A.B». Recorriendo las calles de Constitución y Paternal, acompañada de la artista trans,Sasha Sathya. Fiel a su estilo denunciante y disruptivo, la cantante se pasea con paso firme, denunciando la invisibilización y discriminación de la comunidad trans, la parcialidad del poder policial y los presos políticos.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}