Information about plays

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

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

{
    "id": 435352,
    "uri": "https://api.kexp.org/v2/plays/435352/?format=api",
    "airdate": "2001-06-16T15:09:00-07:00",
    "show": 7328,
    "show_uri": "https://api.kexp.org/v2/shows/7328/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61RC795S4BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61RC795S4BL._SL75_.jpg",
    "song": "The Hip Hop Band",
    "track_id": "800ce66b-a695-4938-80bc-66df3a4feabd",
    "recording_id": null,
    "artist": "Stetsasonic",
    "artist_ids": [
        "2d84d1c0-f6fe-4af0-848c-fffdc1e080dc"
    ],
    "album": "Blood, Sweat & No Tears",
    "release_id": "a6878476-23e8-4d71-8a38-1dede2e3d9d9",
    "release_group_id": null,
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}