Information about plays

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

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

{
    "id": 1297786,
    "uri": "https://api.kexp.org/v2/plays/1297786/?format=api",
    "airdate": "2007-11-02T21:17:49-07:00",
    "show": 22708,
    "show_uri": "https://api.kexp.org/v2/shows/22708/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51Ln%2BogqW7L.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51Ln%2BogqW7L._SL75_.jpg",
    "song": "Kid on My Shoulders",
    "track_id": null,
    "recording_id": null,
    "artist": "White Rabbits",
    "artist_ids": [
        "d794450f-e4a8-43f6-9883-12bb67874119"
    ],
    "album": "Fort Nightly",
    "release_id": "b5d991bf-d633-4693-bf5c-7c0bbc2bba57",
    "release_group_id": null,
    "labels": [
        "Say Hey Records"
    ],
    "label_ids": [
        "779e4a61-56bc-4c64-8787-19b9e196c3b0"
    ],
    "release_date": "2007-05-22",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}