Information about plays

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

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

{
    "id": 532575,
    "uri": "https://api.kexp.org/v2/plays/532575/?format=api",
    "airdate": "2002-03-29T15:17:07-08:00",
    "show": 9219,
    "show_uri": "https://api.kexp.org/v2/shows/9219/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41XTVRFN2AL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41XTVRFN2AL._SL75_.jpg",
    "song": "What Ever Happened to You?",
    "track_id": null,
    "recording_id": null,
    "artist": "The Mendoza Line",
    "artist_ids": [
        "ab3434bd-0ca5-409f-af6f-4fce65ff219c"
    ],
    "album": "Lost in Revelry",
    "release_id": "15bcfd37-9cbc-492d-bbd8-20c3a2284d7e",
    "release_group_id": null,
    "labels": [
        "Misra"
    ],
    "label_ids": [
        "7be454c1-d49d-4f4c-9178-0ef23bac83f0"
    ],
    "release_date": "2002-02-19",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}