Information about plays

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

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

{
    "id": 372658,
    "uri": "https://api.kexp.org/v2/plays/372658/?format=api",
    "airdate": "2019-08-26T19:20:21-07:00",
    "show": 6208,
    "show_uri": "https://api.kexp.org/v2/shows/6208/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Herejia",
    "track_id": null,
    "recording_id": null,
    "artist": "Novalima",
    "artist_ids": [
        "1916112c-7385-4580-bc55-8126d349016c"
    ],
    "album": "Ch'usay",
    "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": "Novalima is a Peruvian band and they are coming to Seattle. Novalima's style blends Afro-Peruvian music with Electronica, Latin American beats and other contemporary genres.<br> \n<br>\nhttps://bit.ly/30yh6Jo <br>\nNovalima es una banda peruana y vienen a Seattle. El estilo de Novalima combina música afroperuana con electrónica, ritmos latinoamericanos y otros géneros contemporáneos.<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}