Information about plays

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

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

{
    "id": 491297,
    "uri": "https://api.kexp.org/v2/plays/491297/?format=api",
    "airdate": "2001-11-28T18:00:00-08:00",
    "show": 8419,
    "show_uri": "https://api.kexp.org/v2/shows/8419/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51e3Pyay3OL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51e3Pyay3OL._SL75_.jpg",
    "song": "Hello Sunshine",
    "track_id": "2eb18a83-3a06-4c46-8a69-fb93daec3ec4",
    "recording_id": null,
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Aretha Now",
    "release_id": "9d1fa400-4ec1-40e9-ab0e-f3036ab9bd43",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1968-06-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}