Information about plays

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

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

{
    "id": 1411140,
    "uri": "https://api.kexp.org/v2/plays/1411140/?format=api",
    "airdate": "2008-08-18T01:54:00-07:00",
    "show": 24618,
    "show_uri": "https://api.kexp.org/v2/shows/24618/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/515IvOu3oCL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/515IvOu3oCL._SL75_.jpg",
    "song": "Shotgun",
    "track_id": "c88e0a2e-0645-4fdb-b5b6-4ab9d73c8c08",
    "recording_id": null,
    "artist": "Don Byron",
    "artist_ids": [
        "7478f0d5-5406-490b-b6e3-c7d135b435cd"
    ],
    "album": "Do the Boomerang",
    "release_id": "e95c741f-8c30-49bd-a3c4-3ec45aa66802",
    "release_group_id": null,
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2006-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}