Information about plays

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

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

{
    "id": 1314347,
    "uri": "https://api.kexp.org/v2/plays/1314347/?format=api",
    "airdate": "2007-12-15T00:22:00-08:00",
    "show": 22984,
    "show_uri": "https://api.kexp.org/v2/shows/22984/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41q9Agal8fL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41q9Agal8fL._SL75_.jpg",
    "song": "Follow Me (D'Angelo)",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Astaire",
    "artist_ids": [
        "593f6eb2-7609-46f5-9798-07ae002c4220"
    ],
    "album": "Nuggets For The Needy",
    "release_id": "9108adeb-5826-4ba5-be39-d4f7e57095c7",
    "release_group_id": null,
    "labels": [
        "Wackie's"
    ],
    "label_ids": [
        "39b9e2b3-d9ae-4e38-865b-bb4ad092790d"
    ],
    "release_date": "2007-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}