Information about plays

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

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

{
    "id": 419028,
    "uri": "https://api.kexp.org/v2/plays/419028/?format=api",
    "airdate": "2001-04-28T02:46:40-07:00",
    "show": 7001,
    "show_uri": "https://api.kexp.org/v2/shows/7001/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61LQn6vzgdL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61LQn6vzgdL._SL75_.jpg",
    "song": "Download",
    "track_id": "9d770a71-68d2-43e4-9e56-ab2abbbe09de",
    "recording_id": null,
    "artist": "Skinny Puppy",
    "artist_ids": [
        "5a24bc1a-c093-4a82-84ed-8d7f2da0570d"
    ],
    "album": "Last Rights",
    "release_id": "b410410d-e92c-457d-9fa3-cfa8d63e303b",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}