Information about plays

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

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

{
    "id": 1262486,
    "uri": "https://api.kexp.org/v2/plays/1262486/?format=api",
    "airdate": "2007-08-03T10:38:04-07:00",
    "show": 22106,
    "show_uri": "https://api.kexp.org/v2/shows/22106/?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": "Go Away, Come Home",
    "track_id": "097213c1-858d-4d88-aef5-c5ae191762d4",
    "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"
}