Information about plays

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

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

{
    "id": 418714,
    "uri": "https://api.kexp.org/v2/plays/418714/?format=api",
    "airdate": "2001-04-27T06:55:42-07:00",
    "show": 6996,
    "show_uri": "https://api.kexp.org/v2/shows/6996/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51r1QngCbeL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51r1QngCbeL._SL75_.jpg",
    "song": "Triatma",
    "track_id": "cdf63f15-03f1-4300-a6f1-a5114b164c63",
    "recording_id": null,
    "artist": "Joi",
    "artist_ids": [
        "221a2f1c-fa46-44e9-b414-4f83cb7a7a92"
    ],
    "album": "We Are Three",
    "release_id": "eb2ce1d6-093f-4d3b-92bf-b9e8ffdd15ce",
    "release_group_id": null,
    "labels": [
        "Real World Records"
    ],
    "label_ids": [
        "4dbceb78-2039-4439-9ee2-4678277714f6"
    ],
    "release_date": "2000-09-25",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}