Information about plays

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

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

{
    "id": 426853,
    "uri": "https://api.kexp.org/v2/plays/426853/?format=api",
    "airdate": "2001-05-22T09:28:25-07:00",
    "show": 7167,
    "show_uri": "https://api.kexp.org/v2/shows/7167/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41TCMN852TL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41TCMN852TL._SL75_.jpg",
    "song": "Slumber Party",
    "track_id": "6a2fca0f-b608-493a-a0ab-3b6ce8c79062",
    "recording_id": null,
    "artist": "Land of the Loops",
    "artist_ids": [
        "9f5465e3-79f4-4d43-9543-11278e136ee2"
    ],
    "album": "Puttering About a Small Land",
    "release_id": "628d9b5c-4ca8-4f55-987f-73f6cdff5db4",
    "release_group_id": null,
    "labels": [
        "up"
    ],
    "label_ids": [
        "a5684b50-61cf-494e-95a2-4dd46cea6004"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}