Information about plays

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

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

{
    "id": 342664,
    "uri": "https://api.kexp.org/v2/plays/342664/?format=api",
    "airdate": "2019-06-17T18:46:23-07:00",
    "show": 5715,
    "show_uri": "https://api.kexp.org/v2/shows/5715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Me Vas A Hacer Falta",
    "track_id": null,
    "recording_id": null,
    "artist": "Monsieur Periné",
    "artist_ids": [
        "644c9096-41be-4d89-87b6-deceabf08930"
    ],
    "album": "Encanto Tropical",
    "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": "Monsieur Periné from Colombia, recently released their album 'Encanto Tropical' which has been nominated for \"Album of the Year\", while the song \"Bailar Contigo\" has been nominated for \"Song of the year\". They are also nominated for \"Recording of the year\".\n<br>\nhttps://open.spotify.com/album/65dDJHiGH66LQPEiLHKDma <br>\nDisco “Encanto Tropical”\n<br>\nMonsieur Periné de Colombia, editó recientemente su álbum 'Encanto Tropical' que ha sido nominado para \"Álbum del año\", mientras que su canción \"Bailar Contigo\" ha sido nominada para \"Canción del año\". También están nominados a  \"Grabación del año\".<br>",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}