Information about plays

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

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

{
    "id": 1317272,
    "uri": "https://api.kexp.org/v2/plays/1317272/?format=api",
    "airdate": "2007-12-22T14:46:00-08:00",
    "show": 23033,
    "show_uri": "https://api.kexp.org/v2/shows/23033/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11BZ6WXVZGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11BZ6WXVZGL._SL75_.jpg",
    "song": "Happy Birthday",
    "track_id": null,
    "recording_id": null,
    "artist": "The Weddning Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "John Peel Sessions 1987-1990",
    "release_id": "e899be85-c478-45bb-8f05-759d22881b02",
    "release_group_id": null,
    "labels": [
        "Strange Fruit"
    ],
    "label_ids": [
        "0c49508e-abff-49ad-b87c-da6270589ae3"
    ],
    "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"
}