Information about plays

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

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

{
    "id": 342661,
    "uri": "https://api.kexp.org/v2/plays/342661/?format=api",
    "airdate": "2019-06-17T18:34:41-07:00",
    "show": 5715,
    "show_uri": "https://api.kexp.org/v2/shows/5715/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Estrella de los Mares",
    "track_id": null,
    "recording_id": null,
    "artist": "Apartamentos Acapulco",
    "artist_ids": [
        "24802451-8086-4b5b-93e3-5451444cf66d"
    ],
    "album": "El Resto Del Mundo",
    "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": "Apartamentos Acapulco is a band from Spain. This song features Anabella Cartolano, singer from the Argentine band Las Ligas Menores.<br>\n<br>\nhttps://bit.ly/2QHS5aw \n<br>\nApartamentos Acapulco es una banda de España. Participa en esta canción Anabella Cartolano, cantante de la banda argentina Las Ligas Menores.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}