Information about plays

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

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

{
    "id": 352497,
    "uri": "https://api.kexp.org/v2/plays/352497/?format=api",
    "airdate": "2019-07-10T08:16:34-07:00",
    "show": 5874,
    "show_uri": "https://api.kexp.org/v2/shows/5874/?format=api",
    "image_uri": "http://coverartarchive.org/release/ee0acfcd-c91c-4303-9702-6388394b2ef9/6844961658-250.jpg",
    "thumbnail_uri": "",
    "song": "Monie in the Middle (album version)",
    "track_id": "dba3eb9e-5c0f-49d4-bdaf-6b14108e46f2",
    "recording_id": null,
    "artist": "Monie Love",
    "artist_ids": [
        "00e8c9fb-546f-481e-b529-6ec23f3b3f72"
    ],
    "album": "Monie in the Middle",
    "release_id": "ee0acfcd-c91c-4303-9702-6388394b2ef9",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-09-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Love's debut album, Down To Earth, was released on November 6, 1990. It spawned the singles \"Monie in the Middle\" (a track dealing with a woman's right to determine what she wants out of a relationship) and \"It's a Shame (My Sister)\" (which sampled the (Detroit) Spinners' \"It's a Shame\", written for the band by Stevie Wonder) and featured house-music vocalist and then-labelmate Ultra Naté.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}