Information about plays

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

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

{
    "id": 1397154,
    "uri": "https://api.kexp.org/v2/plays/1397154/?format=api",
    "airdate": "2008-07-13T16:57:30-07:00",
    "show": 24380,
    "show_uri": "https://api.kexp.org/v2/shows/24380/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51NE0bcJpNL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51NE0bcJpNL._SL75_.jpg",
    "song": "Beautiful Rebel",
    "track_id": "8768fa3b-6227-45b6-a00b-a7078a78ace0",
    "recording_id": null,
    "artist": "Jeremy Jay",
    "artist_ids": [
        "34f8701a-24ef-48d6-a130-61149d04530d"
    ],
    "album": "A Place Where We Could Go",
    "release_id": "c7729b0a-4d58-4012-8da8-bff640194a34",
    "release_group_id": null,
    "labels": [
        "K Records"
    ],
    "label_ids": [
        "300891cf-1256-4bf7-afc0-272f632c68fc"
    ],
    "release_date": "2008-05-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}