Information about plays

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

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

{
    "id": 1338666,
    "uri": "https://api.kexp.org/v2/plays/1338666/?format=api",
    "airdate": "2008-02-14T13:46:34-08:00",
    "show": 23390,
    "show_uri": "https://api.kexp.org/v2/shows/23390/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61C8RE1bGZL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61C8RE1bGZL._SL75_.jpg",
    "song": "I Love You 'Cause I Have To",
    "track_id": "afafb4f7-41f5-4b05-ac63-d9f8dabbf81e",
    "recording_id": null,
    "artist": "Dogs Die in Hot Cars",
    "artist_ids": [
        "3dd5b199-2001-4c1b-a04a-02eddc1b9934"
    ],
    "album": "Please Describe Yourself",
    "release_id": "064961ae-209f-4792-8601-2cccf7ad656e",
    "release_group_id": null,
    "labels": [
        "V2"
    ],
    "label_ids": [
        "dc2f5993-7a3d-4c59-bba0-0a77bf9d7416"
    ],
    "release_date": "2004-07-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}