Information about plays

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

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

{
    "id": 416665,
    "uri": "https://api.kexp.org/v2/plays/416665/?format=api",
    "airdate": "2001-04-20T08:56:15-07:00",
    "show": 6953,
    "show_uri": "https://api.kexp.org/v2/shows/6953/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51cXTChwiML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51cXTChwiML._SL75_.jpg",
    "song": "Feelin' Good Again",
    "track_id": null,
    "recording_id": null,
    "artist": "Robert Earl Keen",
    "artist_ids": [
        "c81d48a8-5c86-4160-b3d4-1275e7ba3212"
    ],
    "album": "Walking Distance",
    "release_id": "e885138e-8bdb-4cbe-bfdc-1f8887fa7285",
    "release_group_id": null,
    "labels": [
        "Arista"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}