Information about plays

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

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

{
    "id": 415371,
    "uri": "https://api.kexp.org/v2/plays/415371/?format=api",
    "airdate": "2001-04-16T15:26:15-07:00",
    "show": 6930,
    "show_uri": "https://api.kexp.org/v2/shows/6930/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BULoO9M7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BULoO9M7L._SL75_.jpg",
    "song": "Move It",
    "track_id": null,
    "recording_id": null,
    "artist": "Balkan Beat Box",
    "artist_ids": [
        "aaaca27e-cbb4-42d8-91be-57e902120817"
    ],
    "album": "Blue Eyed Black Boy",
    "release_id": "e7271825-c1a8-42e4-a864-b958192d55c4",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2010-03-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}