Information about plays

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

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

{
    "id": 1336083,
    "uri": "https://api.kexp.org/v2/plays/1336083/?format=api",
    "airdate": "2008-02-08T04:17:19-08:00",
    "show": 23348,
    "show_uri": "https://api.kexp.org/v2/shows/23348/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/11QJHNASF6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/11QJHNASF6L._SL75_.jpg",
    "song": "Ceremony",
    "track_id": null,
    "recording_id": null,
    "artist": "New Order ",
    "artist_ids": [
        "f1106b17-dcbb-45f6-b938-199ccfab50cc"
    ],
    "album": "Substance 1987",
    "release_id": "790df950-2979-43e5-ac93-f624981a74ee",
    "release_group_id": null,
    "labels": [
        "Factory"
    ],
    "label_ids": [
        "a2faf590-58fc-4e9f-a85b-eaf6dc266317"
    ],
    "release_date": "1987-08-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}