Information about plays

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

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

{
    "id": 1275479,
    "uri": "https://api.kexp.org/v2/plays/1275479/?format=api",
    "airdate": "2007-09-05T05:10:45-07:00",
    "show": 22324,
    "show_uri": "https://api.kexp.org/v2/shows/22324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31s5L6wLGpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31s5L6wLGpL._SL75_.jpg",
    "song": "All Is Full of Love (2nd Funkstörung remix)",
    "track_id": "9dff21fb-fa6c-4897-b043-e6c320d7a716",
    "recording_id": null,
    "artist": "Björk",
    "artist_ids": [
        "87c5dedd-371d-4a53-9f7f-80522fb7f3cb"
    ],
    "album": "Appendix",
    "release_id": "3956c240-3fa9-4012-9939-a8b18ce99bce",
    "release_group_id": null,
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "2007-01-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}