Information about plays

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

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

{
    "id": 415589,
    "uri": "https://api.kexp.org/v2/plays/415589/?format=api",
    "airdate": "2001-04-17T05:06:40-07:00",
    "show": 6934,
    "show_uri": "https://api.kexp.org/v2/shows/6934/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/4140CGH249L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/4140CGH249L._SL75_.jpg",
    "song": "Asshole",
    "track_id": "cb66f017-b68c-4f35-8950-20bf32d8e2c0",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "One Foot in the Grave",
    "release_id": "5a29abc6-6f07-458b-b5d7-06fcf0b26047",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "1994-06-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}