Information about plays

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

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

{
    "id": 417391,
    "uri": "https://api.kexp.org/v2/plays/417391/?format=api",
    "airdate": "2001-04-23T10:52:00-07:00",
    "show": 6971,
    "show_uri": "https://api.kexp.org/v2/shows/6971/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219HR1TVZ6L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219HR1TVZ6L._SL75_.jpg",
    "song": "Brassneck",
    "track_id": null,
    "recording_id": null,
    "artist": "The Weddning Present",
    "artist_ids": [
        "707622da-475f-48e1-905d-248718df6521"
    ],
    "album": "Bizarro",
    "release_id": "4f9236a0-43ab-4a15-b9c4-fb4243aa1dda",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}