Information about plays

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

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

{
    "id": 1286840,
    "uri": "https://api.kexp.org/v2/plays/1286840/?format=api",
    "airdate": "2007-10-04T07:24:00-07:00",
    "show": 22516,
    "show_uri": "https://api.kexp.org/v2/shows/22516/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51JM3sL8iDL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51JM3sL8iDL._SL75_.jpg",
    "song": "All for Swinging You Around",
    "track_id": null,
    "recording_id": null,
    "artist": "The New Pornographers",
    "artist_ids": [
        "25b75a66-ce83-4db3-b136-395a3c3784c4"
    ],
    "album": "Electric Version",
    "release_id": "429ff236-025a-417b-8733-e4d472969d11",
    "release_group_id": null,
    "labels": [
        "Mint/Matador"
    ],
    "label_ids": [],
    "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"
}