Information about plays

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

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

{
    "id": 433804,
    "uri": "https://api.kexp.org/v2/plays/433804/?format=api",
    "airdate": "2001-06-12T06:30:00-07:00",
    "show": 7301,
    "show_uri": "https://api.kexp.org/v2/shows/7301/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41AakoPYoHL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41AakoPYoHL._SL75_.jpg",
    "song": "Riverside",
    "track_id": "93eb2db4-2e87-4247-829f-a1d5c35ddf11",
    "recording_id": null,
    "artist": "Slipstream",
    "artist_ids": [
        "203142e4-7ba1-4938-b21e-fe510ea9518d"
    ],
    "album": "Slipstream",
    "release_id": "56771874-25ea-4252-b4d4-2595072cd8b6",
    "release_group_id": null,
    "labels": [
        "Carrot Top Records"
    ],
    "label_ids": [
        "7955223d-939e-463b-af59-f6c653ce4787"
    ],
    "release_date": "1995-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}