Information about plays

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

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

{
    "id": 347390,
    "uri": "https://api.kexp.org/v2/plays/347390/?format=api",
    "airdate": "2019-06-28T10:58:56-07:00",
    "show": 5785,
    "show_uri": "https://api.kexp.org/v2/shows/5785/?format=api",
    "image_uri": "http://coverartarchive.org/release/a4fb702b-0536-3f7b-b599-d9ff9a54b539/11462148666-250.jpg",
    "thumbnail_uri": "",
    "song": "Binky the Doormat",
    "track_id": "92b42aed-0956-3b18-8af5-3d91323d09d1",
    "recording_id": null,
    "artist": "R.E.M.",
    "artist_ids": [
        "ea4dfa26-f633-4da6-a52a-f49ea4897b58"
    ],
    "album": "New Adventures in Hi‐Fi",
    "release_id": "a4fb702b-0536-3f7b-b599-d9ff9a54b539",
    "release_group_id": null,
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1996-09-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "R.E.M.'s Michael Stipe recently told Italian newspaper La Repubblica that he's been working on new music. Translated interviews are always tricky, and Stipe’s quotes from this interview have presumably been translated from English into Italian, and then back into English. But it sure looks like Stipe has a whole bunch of solo music done and ready to go.\nTalking to La Repubblica, Stipe says something to the effect of this: “18 songs are already ready. For five years, I’d had a clean break from music. Now I’m writing, composing, and recording all by myself and for the first time.”",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}