Information about plays

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

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

{
    "id": 1289092,
    "uri": "https://api.kexp.org/v2/plays/1289092/?format=api",
    "airdate": "2007-10-10T02:21:23-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51eViILhnKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51eViILhnKL._SL75_.jpg",
    "song": "Acceptable In The 80's",
    "track_id": null,
    "recording_id": null,
    "artist": "Calvin Harris",
    "artist_ids": [
        "8dd98bdc-80ec-4e93-8509-2f46bafc09a7"
    ],
    "album": "I Created Disco",
    "release_id": "81b4243c-8049-48e4-9b9a-2fd5a9197b47",
    "release_group_id": null,
    "labels": [
        "Gold Dust"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}