Information about plays

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

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

{
    "id": 1274028,
    "uri": "https://api.kexp.org/v2/plays/1274028/?format=api",
    "airdate": "2007-09-01T14:46:00-07:00",
    "show": 22299,
    "show_uri": "https://api.kexp.org/v2/shows/22299/?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": "Starry Eyes",
    "track_id": "66759310-d1e0-4320-aaba-cfac600ecc12",
    "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"
}