Information about plays

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

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

{
    "id": 470652,
    "uri": "https://api.kexp.org/v2/plays/470652/?format=api",
    "airdate": "2001-09-27T19:49:33-07:00",
    "show": 8011,
    "show_uri": "https://api.kexp.org/v2/shows/8011/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/510A6WHZCQL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/510A6WHZCQL._SL75_.jpg",
    "song": "Little Annie",
    "track_id": "89bfb315-b5db-4cde-ae7e-992a3bdc6977",
    "recording_id": null,
    "artist": "Longview",
    "artist_ids": [
        "e547bd54-6108-488e-b5b8-27590ba6500e"
    ],
    "album": "High Lonesome",
    "release_id": "37a2d9d8-8b9d-4327-a6c2-0da483bbb43d",
    "release_group_id": null,
    "labels": [
        "Rounder"
    ],
    "label_ids": [
        "4b8d82bb-8abc-471f-a809-4060e2bc9a3a"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}