Information about plays

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

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

{
    "id": 468911,
    "uri": "https://api.kexp.org/v2/plays/468911/?format=api",
    "airdate": "2001-09-22T17:33:20-07:00",
    "show": 7977,
    "show_uri": "https://api.kexp.org/v2/shows/7977/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/61I0l9BB8QL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/61I0l9BB8QL._SL75_.jpg",
    "song": "Waters Part",
    "track_id": "dc777824-157d-4da3-b53b-f31bcfff502a",
    "recording_id": null,
    "artist": "Let's Active",
    "artist_ids": [
        "595872a5-9f6d-4243-a6da-2e9162a87fc4"
    ],
    "album": "Cypress",
    "release_id": "d4d2fab9-eb88-4c03-9fe8-eab5c503865b",
    "release_group_id": null,
    "labels": [
        "IRS"
    ],
    "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"
}