Information about plays

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

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

{
    "id": 514909,
    "uri": "https://api.kexp.org/v2/plays/514909/?format=api",
    "airdate": "2002-02-06T11:57:00-08:00",
    "show": 8878,
    "show_uri": "https://api.kexp.org/v2/shows/8878/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41VRH6TM0GL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41VRH6TM0GL._SL75_.jpg",
    "song": "She",
    "track_id": "1d94958f-03b9-419e-b96a-de614d1662d3",
    "recording_id": null,
    "artist": "that dog.",
    "artist_ids": [
        "e3660b01-dd9f-48f3-90f4-5158f2b8917f"
    ],
    "album": "that dog.",
    "release_id": "4ebca791-d917-4bca-9b82-0cceb15b6447",
    "release_group_id": null,
    "labels": [
        "DGC"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}