Information about plays

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

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

{
    "id": 1414752,
    "uri": "https://api.kexp.org/v2/plays/1414752/?format=api",
    "airdate": "2008-08-27T02:02:40-07:00",
    "show": 24678,
    "show_uri": "https://api.kexp.org/v2/shows/24678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61rQbWAaXKL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61rQbWAaXKL._SL75_.jpg",
    "song": "The Shore",
    "track_id": "ca91dfa7-0ba1-411b-b13c-c5b08fd2dff2",
    "recording_id": null,
    "artist": "Morgan Geist",
    "artist_ids": [
        "6fd490f7-e898-40d1-a1ce-f1f427322e4a"
    ],
    "album": "Double Night Time",
    "release_id": "e1517d3d-f659-49d2-945e-f69e91e47297",
    "release_group_id": null,
    "labels": [
        "Environ"
    ],
    "label_ids": [
        "064ecabf-4b64-4afd-ab1c-f0595ed00d26"
    ],
    "release_date": "2008-09-30",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}