Information about plays

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

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

{
    "id": 1084526,
    "uri": "https://api.kexp.org/v2/plays/1084526/?format=api",
    "airdate": "2006-04-27T11:03:41-07:00",
    "show": 19043,
    "show_uri": "https://api.kexp.org/v2/shows/19043/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/216G2FB7D2L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/216G2FB7D2L._SL75_.jpg",
    "song": "Let It Go",
    "track_id": "6cf2d73d-9ac6-4afc-b490-674be9381127",
    "recording_id": null,
    "artist": "The Village Green",
    "artist_ids": [
        "650f324a-d5c2-4e82-932c-65ab37ac9d41"
    ],
    "album": "The Village Green",
    "release_id": "d515baff-d8e8-4b55-a522-8f95eb15cdcf",
    "release_group_id": null,
    "labels": [
        "Hidden Peak"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}