Information about plays

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

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

{
    "id": 350207,
    "uri": "https://api.kexp.org/v2/plays/350207/?format=api",
    "airdate": "2019-07-04T22:07:56-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/0769b502-fade-4a21-80e7-5f56dd291735/16381278437-250.jpg",
    "thumbnail_uri": "",
    "song": "Milo",
    "track_id": "ec99376b-4b16-4c10-9b14-7655aaa8e57c",
    "recording_id": null,
    "artist": "Residente",
    "artist_ids": [
        "b38a00f2-3746-4e9e-93de-8257ca5b1680"
    ],
    "album": "Resīdεntә",
    "release_id": "0769b502-fade-4a21-80e7-5f56dd291735",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2017-03-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before the album's release, Residente took a DNA test that revealed his roots trace back to 10 different locations around the World, including Armenia, Ghana, China and his homeland Puerto Rico. Such diversity inspired him to produce what would later result in a solo album, a documentary and a book released via Fusion Media Group (Univision Communications) under the same common title Residente.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}