Information about plays

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

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

{
    "id": 461662,
    "uri": "https://api.kexp.org/v2/plays/461662/?format=api",
    "airdate": "2001-08-31T23:40:00-07:00",
    "show": 7835,
    "show_uri": "https://api.kexp.org/v2/shows/7835/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/618DWnATALL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/618DWnATALL._SL75_.jpg",
    "song": "Crazy",
    "track_id": "3d45f539-98b7-4e2c-9e5a-0dab9b40c9ab",
    "recording_id": null,
    "artist": "Dub Pistols",
    "artist_ids": [
        "5483e1c0-14ca-4ec4-9b03-c4e987420e4e"
    ],
    "album": "Six Million Ways to Live",
    "release_id": "9ba158d6-2c9d-4450-92a3-0cc01bdbf885",
    "release_group_id": null,
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}