Information about plays

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

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

{
    "id": 1177536,
    "uri": "https://api.kexp.org/v2/plays/1177536/?format=api",
    "airdate": "2006-12-27T13:12:20-08:00",
    "show": 20648,
    "show_uri": "https://api.kexp.org/v2/shows/20648/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41755XGNMQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41755XGNMQL._SL75_.jpg",
    "song": "Kiss Someone",
    "track_id": "fe330eba-8b21-4781-9ac2-2ad73f7ea481",
    "recording_id": null,
    "artist": "Superette",
    "artist_ids": [
        "89055bb2-83c9-495b-97c4-1bd7800fe067"
    ],
    "album": "Tiger",
    "release_id": "a77e6c43-ec9e-4b08-80c1-9413d339749f",
    "release_group_id": null,
    "labels": [
        "Flying Nun Records"
    ],
    "label_ids": [
        "59fd412e-71df-45b7-97be-37874136fe33"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}