Information about plays

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

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

{
    "id": 460215,
    "uri": "https://api.kexp.org/v2/plays/460215/?format=api",
    "airdate": "2001-08-28T00:13:20-07:00",
    "show": 7807,
    "show_uri": "https://api.kexp.org/v2/shows/7807/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51zVkZYhUmL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51zVkZYhUmL._SL75_.jpg",
    "song": "Cadillac 1959",
    "track_id": "154c8602-95f9-49b7-875a-dcc1404da8b3",
    "recording_id": null,
    "artist": "Bill Frisell",
    "artist_ids": [
        "a21318db-f228-4a4d-8bce-6947a62985a5"
    ],
    "album": "Good Dog, Happy Man",
    "release_id": "eb0b7e6b-a87a-4b01-9f68-a20d27b22052",
    "release_group_id": null,
    "labels": [
        "Warner"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}