Information about plays

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

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

{
    "id": 1169575,
    "uri": "https://api.kexp.org/v2/plays/1169575/?format=api",
    "airdate": "2006-12-07T01:39:34-08:00",
    "show": 20515,
    "show_uri": "https://api.kexp.org/v2/shows/20515/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51q5-acLrcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51q5-acLrcL._SL75_.jpg",
    "song": "Elevator Music",
    "track_id": "3f631a56-c47e-4c50-bbf5-1d14fd562432",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "The Information",
    "release_id": "34a1d9bd-419c-4932-bb30-743618684548",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2006-10-03",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}