Information about plays

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

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

{
    "id": 457966,
    "uri": "https://api.kexp.org/v2/plays/457966/?format=api",
    "airdate": "2001-08-21T09:48:45-07:00",
    "show": 7761,
    "show_uri": "https://api.kexp.org/v2/shows/7761/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YXzGSJiHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YXzGSJiHL._SL75_.jpg",
    "song": "Sink to the Beat",
    "track_id": "920659a2-3fed-4870-8242-be838342ab1b",
    "recording_id": null,
    "artist": "Cursive",
    "artist_ids": [
        "c4153c51-b4ac-4183-beb3-c5dbfce39176"
    ],
    "album": "Burst and Bloom",
    "release_id": "241f5ec1-4dd5-4e81-a8fe-9a8afcd66b03",
    "release_group_id": null,
    "labels": [
        "Saddle Creek"
    ],
    "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"
}