Information about plays

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

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

{
    "id": 1150196,
    "uri": "https://api.kexp.org/v2/plays/1150196/?format=api",
    "airdate": "2006-10-17T12:06:00-07:00",
    "show": 20186,
    "show_uri": "https://api.kexp.org/v2/shows/20186/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61YMHz6VBcL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61YMHz6VBcL._SL75_.jpg",
    "song": "It Was a Good Day",
    "track_id": null,
    "recording_id": null,
    "artist": "Ice Cube",
    "artist_ids": [
        "1d11e2a1-4531-4d61-a8c7-7b5c6a608fd2"
    ],
    "album": "Greatest Hits",
    "release_id": "579484ef-3252-4450-ae65-60688d474028",
    "release_group_id": null,
    "labels": [
        "Priority Records"
    ],
    "label_ids": [
        "ce7a2977-c7dd-4695-97e0-5e72572bf0d3"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}