Information about plays

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

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

{
    "id": 484584,
    "uri": "https://api.kexp.org/v2/plays/484584/?format=api",
    "airdate": "2001-11-08T03:07:03-08:00",
    "show": 8280,
    "show_uri": "https://api.kexp.org/v2/shows/8280/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/5167qCYBZPL._SL75_.jpg",
    "song": "Easy Love",
    "track_id": "a9af99c9-efe7-4350-9d58-a1b88f0c3814",
    "recording_id": null,
    "artist": "Gorky's Zygotic Mynci",
    "artist_ids": [
        "4015f3f8-2711-41de-b80b-4fee07373b12"
    ],
    "album": "How I Long to Feel That Summer in My Heart",
    "release_id": "58b708fc-1485-4b4c-98e9-6fefa4411443",
    "release_group_id": null,
    "labels": [
        "Mantra"
    ],
    "label_ids": [
        "cf0deaf8-b99c-46a2-b977-c2b6efe041da"
    ],
    "release_date": "2001-09-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}