Information about plays

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

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

{
    "id": 1308519,
    "uri": "https://api.kexp.org/v2/plays/1308519/?format=api",
    "airdate": "2007-11-30T06:21:52-08:00",
    "show": 22887,
    "show_uri": "https://api.kexp.org/v2/shows/22887/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41UOF6DLxiL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41UOF6DLxiL._SL75_.jpg",
    "song": "Piano Man",
    "track_id": null,
    "recording_id": null,
    "artist": "Ghostland Observatory",
    "artist_ids": [
        "b0fa8b31-87cb-43ad-9f15-179725c1e3b6"
    ],
    "album": "Paparazzi Lightning",
    "release_id": "801b7262-a658-4bda-963f-d045e9ae85b5",
    "release_group_id": null,
    "labels": [
        "Trashy Moped"
    ],
    "label_ids": [
        "b7ec35bd-04d6-4927-abb3-8a15cf4f55b2"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}