Information about plays

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

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

{
    "id": 1288715,
    "uri": "https://api.kexp.org/v2/plays/1288715/?format=api",
    "airdate": "2007-10-09T04:17:14-07:00",
    "show": 22551,
    "show_uri": "https://api.kexp.org/v2/shows/22551/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zUvFyFuhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zUvFyFuhL._SL75_.jpg",
    "song": "For Zombies by Zombies",
    "track_id": "27deb80a-64fa-4548-8523-ee6cf460c1fe",
    "recording_id": null,
    "artist": "The Ruby Doe",
    "artist_ids": [
        "0dc6a861-5cfc-45c3-a639-6edfc3e16d53"
    ],
    "album": "Always With Wings",
    "release_id": "acb88aa5-2a86-4d4d-a6da-2e40391677b9",
    "release_group_id": null,
    "labels": [
        "IODA"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}