Information about plays

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

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

{
    "id": 1233350,
    "uri": "https://api.kexp.org/v2/plays/1233350/?format=api",
    "airdate": "2007-05-20T03:32:46-07:00",
    "show": 21605,
    "show_uri": "https://api.kexp.org/v2/shows/21605/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41R4YRMVHYL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41R4YRMVHYL._SL75_.jpg",
    "song": "Fell a Bird",
    "track_id": "47205e76-bf49-40d4-8f87-571c8065b2e5",
    "recording_id": null,
    "artist": "Spanish for 100",
    "artist_ids": [
        "428a3ef3-5c1d-4e7a-aa38-565dc09f2a1b"
    ],
    "album": "Metric",
    "release_id": "d9ea6dcb-260e-40c8-a083-4f49e848a5ae",
    "release_group_id": null,
    "labels": [
        "Blank or No Label"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}