Information about plays

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

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

{
    "id": 1375327,
    "uri": "https://api.kexp.org/v2/plays/1375327/?format=api",
    "airdate": "2008-05-17T19:29:00-07:00",
    "show": 24005,
    "show_uri": "https://api.kexp.org/v2/shows/24005/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51u8UWtfIxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51u8UWtfIxL._SL75_.jpg",
    "song": "Low on Air",
    "track_id": null,
    "recording_id": null,
    "artist": "The Monkeywrench",
    "artist_ids": [
        "e8d203c9-4882-4cdc-ab10-e41e556828b2"
    ],
    "album": "Gabriel's Horn",
    "release_id": "26f6c346-e48b-424e-9ffc-be01c98284e1",
    "release_group_id": null,
    "labels": [
        "Birdman Records"
    ],
    "label_ids": [
        "92e4764c-8819-4164-aacf-176e1cd6e9e8"
    ],
    "release_date": "2008-02-26",
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}