Information about plays

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

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

{
    "id": 1196304,
    "uri": "https://api.kexp.org/v2/plays/1196304/?format=api",
    "airdate": "2007-02-13T05:56:15-08:00",
    "show": 20970,
    "show_uri": "https://api.kexp.org/v2/shows/20970/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5124ES72J8L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5124ES72J8L._SL75_.jpg",
    "song": "Good Morning",
    "track_id": null,
    "recording_id": null,
    "artist": "The Dandy Warhols",
    "artist_ids": [
        "5f572b31-8fd9-45ae-9beb-358c98d839df"
    ],
    "album": "…The Dandy Warhols Come Down",
    "release_id": "418a3cd6-763d-42aa-9e42-cc86e5db1700",
    "release_group_id": null,
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}