Information about plays

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

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

{
    "id": 486665,
    "uri": "https://api.kexp.org/v2/plays/486665/?format=api",
    "airdate": "2001-11-14T19:20:00-08:00",
    "show": 8324,
    "show_uri": "https://api.kexp.org/v2/shows/8324/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51PNLjwNVQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51PNLjwNVQL._SL75_.jpg",
    "song": "High, Lonesome, Dead and Gone",
    "track_id": "6270f165-b606-4cce-8313-8137346f11e9",
    "recording_id": null,
    "artist": "Bad Livers",
    "artist_ids": [
        "52136679-5be1-403a-ab23-a3a934646daa"
    ],
    "album": "Horses in the Mines",
    "release_id": "325514f8-6c84-454e-a082-1801e5334730",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1994-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}