Information about plays

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

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

{
    "id": 417180,
    "uri": "https://api.kexp.org/v2/plays/417180/?format=api",
    "airdate": "2001-04-22T16:16:40-07:00",
    "show": 6965,
    "show_uri": "https://api.kexp.org/v2/shows/6965/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11YKBM4H1ML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11YKBM4H1ML._SL75_.jpg",
    "song": "Baby, I Know What You're Thinking",
    "track_id": "9c3e3c4a-ade3-4b6c-bbb6-58126d9e067b",
    "recording_id": null,
    "artist": "The Mendoza Line",
    "artist_ids": [
        "ab3434bd-0ca5-409f-af6f-4fce65ff219c"
    ],
    "album": "We're All in This Alone",
    "release_id": "acd396e1-6dc4-49ac-a0bd-8929e7d3fd89",
    "release_group_id": null,
    "labels": [
        "Bar/None"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}