Information about plays

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

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

{
    "id": 1288866,
    "uri": "https://api.kexp.org/v2/plays/1288866/?format=api",
    "airdate": "2007-10-09T13:44:30-07:00",
    "show": 22553,
    "show_uri": "https://api.kexp.org/v2/shows/22553/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/511xZy66fHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/511xZy66fHL._SL75_.jpg",
    "song": "Clock Strikes Ten",
    "track_id": "9ef35596-abad-40a6-9634-91afd7b052c0",
    "recording_id": null,
    "artist": "Cheap Trick",
    "artist_ids": [
        "9f870653-72b0-4c6d-8c59-439a95963e09"
    ],
    "album": "In Color",
    "release_id": "c0b0bba4-6725-4e09-8eb8-f72d85edb6f9",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "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"
}