Information about plays

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

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

{
    "id": 415696,
    "uri": "https://api.kexp.org/v2/plays/415696/?format=api",
    "airdate": "2001-04-17T11:04:17-07:00",
    "show": 6936,
    "show_uri": "https://api.kexp.org/v2/shows/6936/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51%2BjsYWPREL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51%2BjsYWPREL._SL75_.jpg",
    "song": "Anxious Arms",
    "track_id": "b96cc25c-8733-4f00-a77f-04f1e0058849",
    "recording_id": null,
    "artist": "The Jealous Sound",
    "artist_ids": [
        "2116f058-2196-44ed-9c0c-72b34c095cd9"
    ],
    "album": "The Jealous Sound",
    "release_id": "b8298aca-8e45-4903-b70e-848b5d6df16e",
    "release_group_id": null,
    "labels": [
        "Better Looking Records"
    ],
    "label_ids": [
        "837a10b5-32ad-43bf-bf80-ad4b095bcd98"
    ],
    "release_date": "2000-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}