Information about plays

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

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

{
    "id": 457611,
    "uri": "https://api.kexp.org/v2/plays/457611/?format=api",
    "airdate": "2001-08-20T11:00:00-07:00",
    "show": 7756,
    "show_uri": "https://api.kexp.org/v2/shows/7756/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41T0HJKR9NL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41T0HJKR9NL._SL75_.jpg",
    "song": "Ode to the Exhausted",
    "track_id": "95c5eb34-3474-488b-9e7c-3d18fe815475",
    "recording_id": null,
    "artist": "The Places",
    "artist_ids": [
        "52428b2f-ec27-40e2-844d-89323a4aa5d5"
    ],
    "album": "The Autopilot Knows You Best",
    "release_id": "14fd94e8-0ae8-47af-b214-50845ad3f5df",
    "release_group_id": null,
    "labels": [
        "Absolutely Kosher"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}