Information about plays

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

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

{
    "id": 467177,
    "uri": "https://api.kexp.org/v2/plays/467177/?format=api",
    "airdate": "2001-09-17T17:56:40-07:00",
    "show": 7947,
    "show_uri": "https://api.kexp.org/v2/shows/7947/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D4ZD5JS3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D4ZD5JS3L._SL75_.jpg",
    "song": "Ultimada (the Professors)",
    "track_id": null,
    "recording_id": null,
    "artist": "Waaberi",
    "artist_ids": [
        "42a50d56-5c14-4b41-98b5-5e82306b87db"
    ],
    "album": "New Dawn",
    "release_id": "e040fe7e-ea9c-4aca-b2dc-cf053c3b1661",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "1997-07-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}