Information about plays

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

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

{
    "id": 1280901,
    "uri": "https://api.kexp.org/v2/plays/1280901/?format=api",
    "airdate": "2007-09-19T03:05:37-07:00",
    "show": 22416,
    "show_uri": "https://api.kexp.org/v2/shows/22416/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41oN780LnhL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41oN780LnhL._SL75_.jpg",
    "song": "Pom Pom",
    "track_id": null,
    "recording_id": null,
    "artist": "Matthew Dear",
    "artist_ids": [
        "3d191c12-be64-4f90-94d8-ac324b2b3544"
    ],
    "album": "Asa Breed",
    "release_id": "68f7baef-a81d-45fc-b3c5-869cfa9ef51e",
    "release_group_id": null,
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2007-06-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}