Information about plays

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

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

{
    "id": 347281,
    "uri": "https://api.kexp.org/v2/plays/347281/?format=api",
    "airdate": "2019-06-28T04:30:11-07:00",
    "show": 5783,
    "show_uri": "https://api.kexp.org/v2/shows/5783/?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": "https://www.npr.org/2018/10/08/651794925/sylvester-you-make-me-feel-mighty-real-american-anthem-disco-celebration",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}