Information about plays

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

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

{
    "id": 452093,
    "uri": "https://api.kexp.org/v2/plays/452093/?format=api",
    "airdate": "2001-08-04T10:22:51-07:00",
    "show": 7646,
    "show_uri": "https://api.kexp.org/v2/shows/7646/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51RX7QJFADL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51RX7QJFADL._SL75_.jpg",
    "song": "Zunguzung",
    "track_id": "d0e79349-9f8b-4661-98f8-2a366a0e940c",
    "recording_id": null,
    "artist": "Yellowman",
    "artist_ids": [
        "870ec051-e50e-4bf9-b704-6098fe0e0297"
    ],
    "album": "Look How Me Sexy",
    "release_id": "d42f2702-6efb-4dc7-94c9-2078d40b6d71",
    "release_group_id": null,
    "labels": [
        "VP Records"
    ],
    "label_ids": [
        "6565bd36-cbae-47a7-aac5-888aeddc6c1e"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}