Information about plays

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

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

{
    "id": 1177936,
    "uri": "https://api.kexp.org/v2/plays/1177936/?format=api",
    "airdate": "2006-12-28T14:47:51-08:00",
    "show": 20655,
    "show_uri": "https://api.kexp.org/v2/shows/20655/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41S7YHWPCXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41S7YHWPCXL._SL75_.jpg",
    "song": "Witch Mountain Bridge",
    "track_id": null,
    "recording_id": null,
    "artist": "Stephen Malkmus and the Jicks",
    "artist_ids": [
        "98e4bf9e-9e33-4f07-9962-f7c1c2d773ba"
    ],
    "album": "Pig Lib",
    "release_id": "0c5f99da-3386-41aa-b28e-7bde860dad04",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2003-03-18",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}