Information about plays

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

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

{
    "id": 460642,
    "uri": "https://api.kexp.org/v2/plays/460642/?format=api",
    "airdate": "2001-08-29T04:00:00-07:00",
    "show": 7814,
    "show_uri": "https://api.kexp.org/v2/shows/7814/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IsawFE%2BML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IsawFE%2BML._SL75_.jpg",
    "song": "Why",
    "track_id": "28734584-3a00-4072-8e09-dc5c40c0d50a",
    "recording_id": null,
    "artist": "Annie Lennox",
    "artist_ids": [
        "3e30aebd-0557-4cfd-8fb9-3945afa5d72b"
    ],
    "album": "Diva",
    "release_id": "13856621-72e0-4a14-b519-69513aae579f",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1992-04-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}