Information about plays

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

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

{
    "id": 1311129,
    "uri": "https://api.kexp.org/v2/plays/1311129/?format=api",
    "airdate": "2007-12-06T22:46:13-08:00",
    "show": 22932,
    "show_uri": "https://api.kexp.org/v2/shows/22932/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/31hfj6eWhvL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/31hfj6eWhvL._SL75_.jpg",
    "song": "Even Deeper",
    "track_id": "bc976de4-8415-41a3-aaa3-3b0c3100eb04",
    "recording_id": null,
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Fragile (disc 1)",
    "release_id": "e736471c-5ff3-40f2-b825-babd721701ac",
    "release_group_id": null,
    "labels": [
        "Sweet Nothing"
    ],
    "label_ids": [
        "fad9ab02-5d56-4bb9-90f5-79596fff6d3b"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}