Information about plays

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

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

{
    "id": 1307788,
    "uri": "https://api.kexp.org/v2/plays/1307788/?format=api",
    "airdate": "2007-11-28T11:45:58-08:00",
    "show": 22876,
    "show_uri": "https://api.kexp.org/v2/shows/22876/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JvMaV6JGL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JvMaV6JGL._SL75_.jpg",
    "song": "Rise",
    "track_id": null,
    "recording_id": null,
    "artist": "Eddie Vedder",
    "artist_ids": [
        "1a60d6dd-9d3e-40fc-a66d-3184f9ee0d61"
    ],
    "album": "Into the Wild",
    "release_id": "683bf534-5ce1-4818-be2d-38ddcd864eb3",
    "release_group_id": null,
    "labels": [
        "J Records"
    ],
    "label_ids": [
        "8a8c6bc8-1a43-4bde-a28d-91314fa1076f"
    ],
    "release_date": "2007-09-18",
    "rotation_status": "R/N",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}