Information about plays

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

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

{
    "id": 449903,
    "uri": "https://api.kexp.org/v2/plays/449903/?format=api",
    "airdate": "2001-07-28T22:28:14-07:00",
    "show": 7606,
    "show_uri": "https://api.kexp.org/v2/shows/7606/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51dHRD36dvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51dHRD36dvL._SL75_.jpg",
    "song": "Duplicity (Klute remix)",
    "track_id": "8139b228-c76c-4f41-953f-83dbee04d791",
    "recording_id": null,
    "artist": "DJ Dara",
    "artist_ids": [
        "3a21522a-04df-4902-a589-ab96a4c4aa54"
    ],
    "album": "DJ Dara: From Here to There",
    "release_id": "ddc3c9df-ff64-45c1-840f-cb6bafb27c90",
    "release_group_id": null,
    "labels": [
        "Breakbeat Science"
    ],
    "label_ids": [
        "55a958f4-b3ea-4e2a-9303-c3e8c0408fe7"
    ],
    "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"
}