Information about plays

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

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

{
    "id": 1415512,
    "uri": "https://api.kexp.org/v2/plays/1415512/?format=api",
    "airdate": "2008-08-28T22:42:07-07:00",
    "show": 24689,
    "show_uri": "https://api.kexp.org/v2/shows/24689/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51EIE2IDvlL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51EIE2IDvlL._SL75_.jpg",
    "song": "Dancing Choose",
    "track_id": null,
    "recording_id": null,
    "artist": "TV on the Radio",
    "artist_ids": [
        "eb872766-98f6-453d-883f-2ae908a18315"
    ],
    "album": "Dear Science",
    "release_id": "e4df002b-a142-40bf-a3af-934ac2eae04d",
    "release_group_id": null,
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2008-09-23",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}