Information about plays

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

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

{
    "id": 1281761,
    "uri": "https://api.kexp.org/v2/plays/1281761/?format=api",
    "airdate": "2007-09-21T06:53:26-07:00",
    "show": 22429,
    "show_uri": "https://api.kexp.org/v2/shows/22429/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51z2O6y0ECL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51z2O6y0ECL._SL75_.jpg",
    "song": "Frightening Lives",
    "track_id": "4a02dd18-74b4-449b-a1be-0ff3f1542c1d",
    "recording_id": null,
    "artist": "Kevin Drew",
    "artist_ids": [
        "cbccb21f-96e0-4f76-8e4a-ebae988bc1bd"
    ],
    "album": "Broken Social Scene Presents: Spirit If...",
    "release_id": "1a1619de-7c41-4dff-881e-a7ccde1ab97b",
    "release_group_id": null,
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}