Information about plays

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

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

{
    "id": 447227,
    "uri": "https://api.kexp.org/v2/plays/447227/?format=api",
    "airdate": "2001-07-21T03:00:00-07:00",
    "show": 7556,
    "show_uri": "https://api.kexp.org/v2/shows/7556/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/413RWZGP65L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/413RWZGP65L._SL75_.jpg",
    "song": "Heterotopian",
    "track_id": "f0183def-b62b-42e7-ac9d-4cd5db4d8e55",
    "recording_id": null,
    "artist": "DJ Spooky vs. Scanner",
    "artist_ids": [
        "41d9cbeb-74da-4e71-a62d-ade758c83d23"
    ],
    "album": "The Quick and the Dead",
    "release_id": "c58796d0-d761-45f5-9885-c0c0abb3641b",
    "release_group_id": null,
    "labels": [
        "Sulphur"
    ],
    "label_ids": [
        "2b4a20a0-9074-4b81-9fbb-844d1cdfa46f"
    ],
    "release_date": "1999-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}