Information about plays

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

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

{
    "id": 488002,
    "uri": "https://api.kexp.org/v2/plays/488002/?format=api",
    "airdate": "2001-11-18T21:45:00-08:00",
    "show": 8353,
    "show_uri": "https://api.kexp.org/v2/shows/8353/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41C82Z8WVEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41C82Z8WVEL._SL75_.jpg",
    "song": "Cornerstone",
    "track_id": "f710ce77-824c-489f-9373-3f59b76795c7",
    "recording_id": null,
    "artist": "Alpha & Omega",
    "artist_ids": [
        "0ac81a92-b119-40be-875d-e091071588f8"
    ],
    "album": "Dub Philosophy",
    "release_id": "3231e959-746e-4cd7-abcf-a4e515efe95a",
    "release_group_id": null,
    "labels": [
        "BSI Records"
    ],
    "label_ids": [
        "933829b0-0715-4eb4-a258-72974c112c2b"
    ],
    "release_date": "2001-07-31",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}