Information about plays

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

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

{
    "id": 416632,
    "uri": "https://api.kexp.org/v2/plays/416632/?format=api",
    "airdate": "2001-04-20T06:51:25-07:00",
    "show": 6953,
    "show_uri": "https://api.kexp.org/v2/shows/6953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51kXJ6FcOwL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51kXJ6FcOwL._SL75_.jpg",
    "song": "We're in Yr Corner",
    "track_id": null,
    "recording_id": null,
    "artist": "Cornershop",
    "artist_ids": [
        "92046be7-0927-4835-a4ed-a90416747d53"
    ],
    "album": "When I Was Born for the 7th Time",
    "release_id": "29449b27-1ad1-4d11-b4fc-778e5d011e97",
    "release_group_id": null,
    "labels": [
        "Luaka Bop"
    ],
    "label_ids": [
        "92996c02-75c4-4a12-8d90-522483c200c5"
    ],
    "release_date": "1997-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}