Information about plays

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

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

{
    "id": 349974,
    "uri": "https://api.kexp.org/v2/plays/349974/?format=api",
    "airdate": "2019-07-04T09:07:38-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/52923c2b-a5e5-4bdc-8df9-96889dc98645/21045941840-250.jpg",
    "thumbnail_uri": "",
    "song": "Wish",
    "track_id": "f80a43ef-11bc-42ff-892a-2a80f79333c2",
    "recording_id": null,
    "artist": "Anna Calvi",
    "artist_ids": [
        "462a9ce0-e1f3-4cbc-a21e-0998003d9386"
    ],
    "album": "Hunter",
    "release_id": "52923c2b-a5e5-4bdc-8df9-96889dc98645",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2018-08-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Hunter</i> is the third full-length album from England's Anna Calvi. Calvi has said about the queer theme that runs through this release: “I believe that if we were allowed to be somewhere in the middle, not pushed to the extremes of performed masculinity and femininity, we would all be more free… I want to explore a more subversive sexuality, which goes further than what is expected of a woman in our patriarchal heteronormative society.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}