Information about plays

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

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

{
    "id": 504588,
    "uri": "https://api.kexp.org/v2/plays/504588/?format=api",
    "airdate": "2002-01-07T11:00:00-08:00",
    "show": 8678,
    "show_uri": "https://api.kexp.org/v2/shows/8678/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31YPYAEW1YL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31YPYAEW1YL._SL75_.jpg",
    "song": "Drop and Roll",
    "track_id": "b9895ba9-816f-45da-a2ac-b5bfb86a9d51",
    "recording_id": null,
    "artist": "Simian",
    "artist_ids": [
        "c4ef06c6-b6f6-48d2-ab5a-f33c30bd3275"
    ],
    "album": "Chemistry Is What We Are",
    "release_id": "a8c59f07-fdcd-44ae-801f-058a1fa54b79",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2001-09-18",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}