Information about plays

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

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

{
    "id": 1177563,
    "uri": "https://api.kexp.org/v2/plays/1177563/?format=api",
    "airdate": "2006-12-27T14:57:16-08:00",
    "show": 20649,
    "show_uri": "https://api.kexp.org/v2/shows/20649/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Tddpj5H7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Tddpj5H7L._SL75_.jpg",
    "song": "Dance City",
    "track_id": "8e8e29f5-ff0a-4728-91f5-d146cf012410",
    "recording_id": null,
    "artist": "The Heartaches",
    "artist_ids": [
        "33c8f3be-62ae-440d-9517-a521d30bca3f"
    ],
    "album": "Too Cool for School",
    "release_id": "6fb3ea75-583b-43e6-9d85-053edd5dd93c",
    "release_group_id": null,
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2006-10-24",
    "rotation_status": "Heavy",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}