Information about plays

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

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

{
    "id": 348743,
    "uri": "https://api.kexp.org/v2/plays/348743/?format=api",
    "airdate": "2019-07-01T19:31:10-07:00",
    "show": 5813,
    "show_uri": "https://api.kexp.org/v2/shows/5813/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Corashe",
    "track_id": null,
    "recording_id": null,
    "artist": "Nathy Peluso",
    "artist_ids": [
        "88e70937-92ae-4a15-bfc6-a94940ce916b"
    ],
    "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": "Natty Peluso is an Argentine singer who left her country in 2014 to settle in Spain. After releasing several successful singles such as 'Esmeralda', 'Alabame' or 'Sandía', he released a compilation called 'Esmeralda' (referred to as his song) in which all the singles he released in 2017 are grouped. Corashe ', single that surpassed the million visits in Youtube in less than 2 months. This 2018 came to light his new EP 'La Sandunguera', produced by Peter Party. He is currently doing various tours around the world, performing for many cities in Europe and Latin America.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}