Information about plays

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

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

{
    "id": 1394011,
    "uri": "https://api.kexp.org/v2/plays/1394011/?format=api",
    "airdate": "2008-07-05T18:42:00-07:00",
    "show": 24327,
    "show_uri": "https://api.kexp.org/v2/shows/24327/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51nwoCHDilL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51nwoCHDilL._SL75_.jpg",
    "song": "Just the Way I Are",
    "track_id": "dd953d5c-9158-41d4-8b17-1e6d10c538db",
    "recording_id": null,
    "artist": "Aqueduct",
    "artist_ids": [
        "3f06695e-5308-48ef-b3eb-e1f8ac6ef299"
    ],
    "album": "Or Give Me Death",
    "release_id": "374ced25-9bf7-4d8f-90ea-042f51c34fed",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2007-02-20",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}