Information about plays

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

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

{
    "id": 422862,
    "uri": "https://api.kexp.org/v2/plays/422862/?format=api",
    "airdate": "2001-05-09T20:00:00-07:00",
    "show": 7086,
    "show_uri": "https://api.kexp.org/v2/shows/7086/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51i5jIciQ%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51i5jIciQ%2BL._SL75_.jpg",
    "song": "The Long Black Veil",
    "track_id": "f14a8157-36dc-4c86-91f8-60e0cc568c93",
    "recording_id": null,
    "artist": "The Country Gentlemen",
    "artist_ids": [
        "d202b936-2de4-4357-8760-f61949f8855c"
    ],
    "album": "Country Songs, Old and New",
    "release_id": "641c73f5-e0a0-4ed3-94f4-3c360b94edfe",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}