Information about plays

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

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

{
    "id": 417153,
    "uri": "https://api.kexp.org/v2/plays/417153/?format=api",
    "airdate": "2001-04-22T14:28:14-07:00",
    "show": 6964,
    "show_uri": "https://api.kexp.org/v2/shows/6964/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JCf41XJNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JCf41XJNL._SL75_.jpg",
    "song": "Part 6",
    "track_id": "366618ef-d048-4fff-ab91-90abc0ea4dce",
    "recording_id": null,
    "artist": "Stephan Micus",
    "artist_ids": [
        "a04ceabd-1f20-4d29-b579-24810ac2da88"
    ],
    "album": "The Music of Stones",
    "release_id": "2185fd0d-a76d-4bc6-aa33-005e2c99cb10",
    "release_group_id": null,
    "labels": [
        "ECM"
    ],
    "label_ids": [
        "1edf842b-d727-4d27-8db6-f31882443f89"
    ],
    "release_date": "1989-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}