Information about plays

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

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

{
    "id": 1416175,
    "uri": "https://api.kexp.org/v2/plays/1416175/?format=api",
    "airdate": "2008-08-30T12:29:00-07:00",
    "show": 24699,
    "show_uri": "https://api.kexp.org/v2/shows/24699/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51mCPf6RxNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51mCPf6RxNL._SL75_.jpg",
    "song": "You Drive Me Crazy",
    "track_id": "0caf2e83-286d-4c9c-9622-6eee246b1515",
    "recording_id": null,
    "artist": "Roky Erickson",
    "artist_ids": [
        "08850745-2054-4af6-833a-dde3f031eaa5"
    ],
    "album": "Don't Slander Me",
    "release_id": "11c56d14-f979-4c65-b4e4-2f4faa11ec2d",
    "release_group_id": null,
    "labels": [
        "pink dust"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}