Information about plays

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

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

{
    "id": 416371,
    "uri": "https://api.kexp.org/v2/plays/416371/?format=api",
    "airdate": "2001-04-19T11:15:00-07:00",
    "show": 6948,
    "show_uri": "https://api.kexp.org/v2/shows/6948/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pxBk-NghL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pxBk-NghL._SL75_.jpg",
    "song": "Rowboat",
    "track_id": null,
    "recording_id": null,
    "artist": "Johnny Cash",
    "artist_ids": [
        "d43d12a1-2dc9-4257-a2fd-0a3bb1081b86"
    ],
    "album": "Unchained",
    "release_id": "3f97d3ea-3b33-417a-bbb1-ed810c7ae2be",
    "release_group_id": null,
    "labels": [
        "American Recordings"
    ],
    "label_ids": [
        "f5be9cfe-e1af-405c-a074-caeaed6797c0"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}