Information about plays

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

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

{
    "id": 490585,
    "uri": "https://api.kexp.org/v2/plays/490585/?format=api",
    "airdate": "2001-11-26T15:37:00-08:00",
    "show": 8404,
    "show_uri": "https://api.kexp.org/v2/shows/8404/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41D2EBF7VZL._SL75_.jpg",
    "song": "Galaxy Bounce",
    "track_id": "556bc56c-a4d5-451a-a206-321cf162b56e",
    "recording_id": null,
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Lara Croft: Tomb Raider",
    "release_id": "04c8bd8e-25d8-4e44-a53d-383d56af8310",
    "release_group_id": null,
    "labels": [
        "Electra Compact Discs"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}