Information about plays

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

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

{
    "id": 533350,
    "uri": "https://api.kexp.org/v2/plays/533350/?format=api",
    "airdate": "2002-04-01T00:06:54-08:00",
    "show": 9240,
    "show_uri": "https://api.kexp.org/v2/shows/9240/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41WNYAWD6QL.gif",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41WNYAWD6QL._SL75_.gif",
    "song": "Super Nova at the End of the Universe",
    "track_id": null,
    "recording_id": null,
    "artist": "The Orb",
    "artist_ids": [
        "42c14c80-bd17-47e4-9bb2-a35897638c4d"
    ],
    "album": "The Orb's Adventures Beyond the Ultraworld",
    "release_id": "915d2f3a-dbe8-41b3-a712-b8d596dd86cc",
    "release_group_id": null,
    "labels": [
        "Mercury"
    ],
    "label_ids": [
        "995428e7-81b6-41dd-bd38-5a7a0ece8ad6"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}