Information about plays

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

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

{
    "id": 1280406,
    "uri": "https://api.kexp.org/v2/plays/1280406/?format=api",
    "airdate": "2007-09-17T22:16:08-07:00",
    "show": 22409,
    "show_uri": "https://api.kexp.org/v2/shows/22409/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5112uj1-yEL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5112uj1-yEL._SL75_.jpg",
    "song": "Don't Look Back",
    "track_id": "0a5ccf8d-c70b-45e7-9167-173bdf5957bb",
    "recording_id": null,
    "artist": "Kasey Anderson",
    "artist_ids": [
        "5ac72980-36cc-4bac-878f-66560095211e"
    ],
    "album": "The Reckoning",
    "release_id": "948f4f89-789a-4c38-94c2-d043b3dd8c4c",
    "release_group_id": null,
    "labels": [
        "Soul Jazz"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Light",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}