Information about plays

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

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

{
    "id": 1356260,
    "uri": "https://api.kexp.org/v2/plays/1356260/?format=api",
    "airdate": "2008-03-30T21:09:00-07:00",
    "show": 23688,
    "show_uri": "https://api.kexp.org/v2/shows/23688/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41fvVPfr5XL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41fvVPfr5XL._SL75_.jpg",
    "song": "The Chomper (LSD version)",
    "track_id": "eda9ffc5-305d-47ac-9f91-7594660594b9",
    "recording_id": null,
    "artist": "Popof",
    "artist_ids": [
        "8843506e-5cdb-4daa-856b-3613762e31bd"
    ],
    "album": "FabricLive 41: Simian Mobile Disco",
    "release_id": "25d7f38e-8598-4581-aeab-49f408210bfc",
    "release_group_id": null,
    "labels": [
        "fabric"
    ],
    "label_ids": [
        "9b27b429-18bf-4e8f-b9d0-750e78964e0d"
    ],
    "release_date": "2008-08-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}