Information about plays

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

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

{
    "id": 356237,
    "uri": "https://api.kexp.org/v2/plays/356237/?format=api",
    "airdate": "2019-07-18T23:17:25-07:00",
    "show": 5935,
    "show_uri": "https://api.kexp.org/v2/shows/5935/?format=api",
    "image_uri": "http://coverartarchive.org/release/31f8a687-ecbb-4e30-b9e3-08b057ab0070/13676775845-250.jpg",
    "thumbnail_uri": "",
    "song": "Everyday People",
    "track_id": "e49abcc8-4252-4d58-901b-8c6b15135af3",
    "recording_id": null,
    "artist": "Jeff Buckley",
    "artist_ids": [
        "e6e879c0-3d56-4f12-b3c5-3ce459661a8e"
    ],
    "album": "You And I",
    "release_id": "31f8a687-ecbb-4e30-b9e3-08b057ab0070",
    "release_group_id": null,
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2016-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Sly and the Family Stone’s 1968 classic anthem for equality “Everyday People,” which Buckley has pared down considerably. Like his iconic “Hallelujah” cover, it’s done acoustically, but this one doesn’t require a box of tissues to get through.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}