Information about plays

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

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

{
    "id": 424461,
    "uri": "https://api.kexp.org/v2/plays/424461/?format=api",
    "airdate": "2001-05-14T22:12:00-07:00",
    "show": 7120,
    "show_uri": "https://api.kexp.org/v2/shows/7120/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41BTYQHFYXL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41BTYQHFYXL._SL75_.jpg",
    "song": "Bum Leg",
    "track_id": "191d9bbe-7f7b-46b8-9d3d-c18cbcc407ee",
    "recording_id": null,
    "artist": "Joe Pernice",
    "artist_ids": [
        "082c5f46-c59d-44b6-a247-6b6a5dd893be"
    ],
    "album": "Big Tobacco",
    "release_id": "0ee6310b-e86d-442a-a9f7-0a610e2c330a",
    "release_group_id": null,
    "labels": [
        "Glitterhouse"
    ],
    "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"
}