Information about plays

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

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

{
    "id": 1388742,
    "uri": "https://api.kexp.org/v2/plays/1388742/?format=api",
    "airdate": "2008-06-22T16:07:41-07:00",
    "show": 24242,
    "show_uri": "https://api.kexp.org/v2/shows/24242/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5176T1V06VL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5176T1V06VL._SL75_.jpg",
    "song": "Five Feet High and Rising",
    "track_id": "76ae482c-3aab-4807-bc93-00b159d359ec",
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "The Legend (disc 2: Old Favorites and New)",
    "release_id": "12930bad-2619-4d5a-8eb9-755002621c32",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}