Information about plays

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

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

{
    "id": 461500,
    "uri": "https://api.kexp.org/v2/plays/461500/?format=api",
    "airdate": "2001-08-31T13:38:49-07:00",
    "show": 7832,
    "show_uri": "https://api.kexp.org/v2/shows/7832/?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": "Problem Is",
    "track_id": "b285998c-1591-4031-9765-a4c0070a8c8a",
    "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"
}