Information about plays

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

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

{
    "id": 1281715,
    "uri": "https://api.kexp.org/v2/plays/1281715/?format=api",
    "airdate": "2007-09-21T04:16:10-07:00",
    "show": 22428,
    "show_uri": "https://api.kexp.org/v2/shows/22428/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NAly-6aTL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NAly-6aTL._SL75_.jpg",
    "song": "Gideon",
    "track_id": null,
    "recording_id": null,
    "artist": "My Morning Jacket",
    "artist_ids": [
        "ea5883b7-68ce-48b3-b115-61746ea53b8c"
    ],
    "album": "Z",
    "release_id": "d7695765-5d64-485d-a170-07cb7881dc8f",
    "release_group_id": null,
    "labels": [
        "ATO Records"
    ],
    "label_ids": [
        "b63922e9-da3c-4e41-9eda-ae1b11d33a1a"
    ],
    "release_date": "2005-10-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}