Information about plays

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

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

{
    "id": 453582,
    "uri": "https://api.kexp.org/v2/plays/453582/?format=api",
    "airdate": "2001-08-08T18:31:45-07:00",
    "show": 7675,
    "show_uri": "https://api.kexp.org/v2/shows/7675/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51YCbVEoDFL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51YCbVEoDFL._SL75_.jpg",
    "song": "Brand new Deal",
    "track_id": "e9fdbc84-2779-46c2-ab54-066b1be20c5a",
    "recording_id": null,
    "artist": "Carey Bell",
    "artist_ids": [
        "02284ac3-460d-4c28-9bcd-2103ac75ede9"
    ],
    "album": "Good Luck Man",
    "release_id": "fd9f761a-f506-4a58-b0a0-b745033ccf83",
    "release_group_id": null,
    "labels": [
        "Alligator"
    ],
    "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"
}