Information about plays

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

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

{
    "id": 342589,
    "uri": "https://api.kexp.org/v2/plays/342589/?format=api",
    "airdate": "2019-06-17T14:14:48-07:00",
    "show": 5714,
    "show_uri": "https://api.kexp.org/v2/shows/5714/?format=api",
    "image_uri": "http://coverartarchive.org/release/0fa6e69d-ad23-46f9-95b8-c9db4cdbc440/9537646329-250.jpg",
    "thumbnail_uri": "",
    "song": "You Make Me Feel (Mighty Real)",
    "track_id": "50d3e1e4-94b9-3274-88cc-efd619f7211e",
    "recording_id": null,
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "The Disco Years, Volume 1: Turn The Beat Around (1974-1978)",
    "release_id": "0fa6e69d-ad23-46f9-95b8-c9db4cdbc440",
    "release_group_id": null,
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1990-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The song was written by James Wirrick and Sylvester. It appears on Sylvester's 1978 album, Step II. Music critic Robert Christgau has said the song is \"one of those surges of sustained, stylized energy that is disco's great gift to pop music\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}