Information about plays

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

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

{
    "id": 516581,
    "uri": "https://api.kexp.org/v2/plays/516581/?format=api",
    "airdate": "2002-02-11T11:04:00-08:00",
    "show": 8913,
    "show_uri": "https://api.kexp.org/v2/shows/8913/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51IB3w0rTUL._SL75_.jpg",
    "song": "Commissioning a Symphony in C",
    "track_id": "d5727e60-156a-4b62-9538-06f198e49d27",
    "recording_id": null,
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Comfort Eagle",
    "release_id": "12ee21b6-6d47-4e08-93b4-c12a2abcc6bb",
    "release_group_id": null,
    "labels": [
        "Sony Music"
    ],
    "label_ids": [
        "9e6b4d7f-4958-4db7-8504-d89e315836af"
    ],
    "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"
}