Information about plays

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

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

{
    "id": 1344976,
    "uri": "https://api.kexp.org/v2/plays/1344976/?format=api",
    "airdate": "2008-03-02T19:08:00-08:00",
    "show": 23506,
    "show_uri": "https://api.kexp.org/v2/shows/23506/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ks-vdoSpL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ks-vdoSpL._SL75_.jpg",
    "song": "Drivin' Down the Block (Low End Theory)",
    "track_id": "abdae00d-f851-4949-a91f-18e0cbe20270",
    "recording_id": null,
    "artist": "Kidz in the Hall",
    "artist_ids": [
        "402b93ba-ee73-4241-8873-903b931875fa"
    ],
    "album": "The In Crowd",
    "release_id": "84d9b50c-d9ac-46e5-a252-a207808a7767",
    "release_group_id": null,
    "labels": [
        "Duck Down Records"
    ],
    "label_ids": [
        "05397303-7698-402e-bdc0-c94db448fb15"
    ],
    "release_date": "2008-05-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}