Information about plays

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

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

{
    "id": 459451,
    "uri": "https://api.kexp.org/v2/plays/459451/?format=api",
    "airdate": "2001-08-25T13:56:15-07:00",
    "show": 7789,
    "show_uri": "https://api.kexp.org/v2/shows/7789/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41YXJDHJH3L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41YXJDHJH3L._SL75_.jpg",
    "song": "Don't You Want Me",
    "track_id": "0363164b-2b56-439a-a568-c88eb2ddc569",
    "recording_id": null,
    "artist": "Moonshine Willy",
    "artist_ids": [
        "9bb54517-4b4e-475d-aded-c09cfc8d61fd"
    ],
    "album": "Bastard Child",
    "release_id": "b5155a41-38d5-438f-8481-7a7c76b43e2e",
    "release_group_id": null,
    "labels": [
        "Bloodshot"
    ],
    "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"
}