Information about plays

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

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

{
    "id": 1290599,
    "uri": "https://api.kexp.org/v2/plays/1290599/?format=api",
    "airdate": "2007-10-13T20:36:00-07:00",
    "show": 22580,
    "show_uri": "https://api.kexp.org/v2/shows/22580/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51jz-X2i8%2BL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51jz-X2i8%2BL._SL75_.jpg",
    "song": "Beat Me to It",
    "track_id": "5ed04ce1-3b31-4e2f-8d26-cee5274cd614",
    "recording_id": null,
    "artist": "Crystal Skulls",
    "artist_ids": [
        "55a0e112-113c-40c7-9f2a-dec52ef5dc25"
    ],
    "album": "Blocked Numbers",
    "release_id": "192fc1c1-8786-426c-9cb3-eab6867f93e2",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2005-03-06",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}