Information about plays

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

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

{
    "id": 1276452,
    "uri": "https://api.kexp.org/v2/plays/1276452/?format=api",
    "airdate": "2007-09-07T18:10:00-07:00",
    "show": 22340,
    "show_uri": "https://api.kexp.org/v2/shows/22340/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/514N7lPtMxL._SL75_.jpg",
    "song": "Truck Driving Man",
    "track_id": "089a62a6-4097-40d9-9e79-b8b2231847b3",
    "recording_id": null,
    "artist": "Terry Fell and the Fellers",
    "artist_ids": [
        "99c1a387-006e-409f-bd52-2f4e474b7c68"
    ],
    "album": "Truck Driver's Boogie: Big Rig Hits, Volume 1: 1939-1969",
    "release_id": "f405d372-7409-4106-bed5-668fb2277595",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}