Information about plays

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

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

{
    "id": 1363072,
    "uri": "https://api.kexp.org/v2/plays/1363072/?format=api",
    "airdate": "2008-04-17T01:00:00-07:00",
    "show": 23801,
    "show_uri": "https://api.kexp.org/v2/shows/23801/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/513mTuzTcIL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/513mTuzTcIL._SL75_.jpg",
    "song": "Plague Burial (feat. David Hykes)",
    "track_id": "20d69695-2898-483d-81db-e855b35afd11",
    "recording_id": null,
    "artist": "Teargas & Plateglass",
    "artist_ids": [
        "f4f90da8-69eb-40de-8684-aff34eb3779c"
    ],
    "album": "Black Triage",
    "release_id": "29e2a7f1-dcb8-4543-9f9a-42fdf5370bef",
    "release_group_id": null,
    "labels": [
        "Waxploitation"
    ],
    "label_ids": [
        "9f1eb208-0689-47b3-8bd6-3122c22f8938"
    ],
    "release_date": "2007-03-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}