Information about plays

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

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

{
    "id": 501376,
    "uri": "https://api.kexp.org/v2/plays/501376/?format=api",
    "airdate": "2001-12-28T15:40:00-08:00",
    "show": 8609,
    "show_uri": "https://api.kexp.org/v2/shows/8609/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61vMNCpW1pL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61vMNCpW1pL._SL75_.jpg",
    "song": "I Came as a Rat (Long Walk Off a Short Dock)",
    "track_id": "a61edea7-07f0-4841-9176-39a42b3201be",
    "recording_id": null,
    "artist": "Modest Mouse",
    "artist_ids": [
        "a96ac800-bfcb-412a-8a63-0a98df600700"
    ],
    "album": "Everywhere and His Nasty Parlour Tricks",
    "release_id": "00d3fb06-bb1c-4f92-b7b6-13b08afe7b89",
    "release_group_id": null,
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2001-09-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}