Information about plays

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

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

{
    "id": 498815,
    "uri": "https://api.kexp.org/v2/plays/498815/?format=api",
    "airdate": "2001-12-20T13:54:00-08:00",
    "show": 8559,
    "show_uri": "https://api.kexp.org/v2/shows/8559/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5142VBLf-cL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5142VBLf-cL._SL75_.jpg",
    "song": "Of Information & Belief",
    "track_id": "ae74e284-ad81-4da2-aa28-fcd40e94fd1d",
    "recording_id": null,
    "artist": "June of 44",
    "artist_ids": [
        "56f3de75-2c88-4054-a1df-65c661f4ee0f"
    ],
    "album": "Four Great Points",
    "release_id": "1be52a25-f261-4d8e-983c-f92795be4f29",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1998-01-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}