Information about plays

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

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

{
    "id": 1289000,
    "uri": "https://api.kexp.org/v2/plays/1289000/?format=api",
    "airdate": "2007-10-09T21:31:15-07:00",
    "show": 22556,
    "show_uri": "https://api.kexp.org/v2/shows/22556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51KI0BYQtkL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51KI0BYQtkL._SL75_.jpg",
    "song": "You Don't Know Me at All",
    "track_id": null,
    "recording_id": null,
    "artist": "Bettye LaVette",
    "artist_ids": [
        "af558762-abed-4f46-8324-34fc51f57b2b"
    ],
    "album": "The Scene of the Crime",
    "release_id": "9eb1af1d-5eb9-4da2-9fd9-f35e22d513e8",
    "release_group_id": null,
    "labels": [
        "ANTI‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2007-09-25",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}