Information about plays

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

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

{
    "id": 1177873,
    "uri": "https://api.kexp.org/v2/plays/1177873/?format=api",
    "airdate": "2006-12-28T09:59:00-08:00",
    "show": 20653,
    "show_uri": "https://api.kexp.org/v2/shows/20653/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61bs4g7UQDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61bs4g7UQDL._SL75_.jpg",
    "song": "Phantom Limb",
    "track_id": null,
    "recording_id": null,
    "artist": "The Shins",
    "artist_ids": [
        "6c8b9855-ba8b-48f9-ac1d-42167f7f7b18"
    ],
    "album": "Wincing the Night Away",
    "release_id": "34abb4ae-4d37-4d7d-9818-e3c39b5b203b",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2007-01-23",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}