Information about plays

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

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

{
    "id": 420082,
    "uri": "https://api.kexp.org/v2/plays/420082/?format=api",
    "airdate": "2001-05-01T11:45:00-07:00",
    "show": 7027,
    "show_uri": "https://api.kexp.org/v2/shows/7027/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41E731W3QQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41E731W3QQL._SL75_.jpg",
    "song": "Some Kind of Kink",
    "track_id": null,
    "recording_id": null,
    "artist": "Red Snapper",
    "artist_ids": [
        "89abed31-3a93-407e-a4a3-a94e193488cd"
    ],
    "album": "Our Aim is to Satisfy Red Snapper",
    "release_id": "75eaca94-ad4f-414d-a03b-df1c92e99eec",
    "release_group_id": null,
    "labels": [
        "Matador Records"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2000-10-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}