Information about plays

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

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

{
    "id": 1375417,
    "uri": "https://api.kexp.org/v2/plays/1375417/?format=api",
    "airdate": "2008-05-17T23:11:00-07:00",
    "show": 24006,
    "show_uri": "https://api.kexp.org/v2/shows/24006/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/517TC7NNKML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/517TC7NNKML._SL75_.jpg",
    "song": "College Town",
    "track_id": "36b652f3-f303-4ce4-971a-ff3ae18ba50b",
    "recording_id": null,
    "artist": "Corrosion of Conformity",
    "artist_ids": [
        "0f6e80ef-1972-4dee-8896-dc9955f1beeb"
    ],
    "album": "eye for an eye",
    "release_id": "388094cf-de67-40fe-ad89-898451a35b64",
    "release_group_id": null,
    "labels": [
        "Caroline"
    ],
    "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"
}