Information about plays

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

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

{
    "id": 1336329,
    "uri": "https://api.kexp.org/v2/plays/1336329/?format=api",
    "airdate": "2008-02-08T19:04:00-08:00",
    "show": 23352,
    "show_uri": "https://api.kexp.org/v2/shows/23352/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31P279EEHBL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31P279EEHBL._SL75_.jpg",
    "song": "Rattlesnake Man",
    "track_id": "7da48469-cd0c-4c16-a581-473b64c1f27c",
    "recording_id": null,
    "artist": "High Noon",
    "artist_ids": [
        "5683d44a-3f01-4ea2-90ea-de5fd82b7ff7"
    ],
    "album": "Tales From the Edge, Volume Three: Cannibal Crabs Crawl to Kill",
    "release_id": "483e03bf-87ae-440d-a6bf-79ee34822a7a",
    "release_group_id": null,
    "labels": [
        "Reel George"
    ],
    "label_ids": [
        "93a54df9-5c9d-4839-a1ba-c2f00c3c24ca"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}