Information about plays

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

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

{
    "id": 1286358,
    "uri": "https://api.kexp.org/v2/plays/1286358/?format=api",
    "airdate": "2007-10-03T01:59:42-07:00",
    "show": 22508,
    "show_uri": "https://api.kexp.org/v2/shows/22508/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51pxvDQQulL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51pxvDQQulL._SL75_.jpg",
    "song": "Tristan",
    "track_id": "eec41fb8-6641-4c90-909e-6d3d53024163",
    "recording_id": null,
    "artist": "Patrick Wolf",
    "artist_ids": [
        "4ac4e32b-bd18-402e-adad-ae00e72f8d85"
    ],
    "album": "Wind in the Wires",
    "release_id": "ab1ac075-3f8a-48ed-b1b8-b9556f31d913",
    "release_group_id": null,
    "labels": [
        "Tomlab"
    ],
    "label_ids": [
        "5de1b751-1a1f-466c-ba83-73e8a5b7080b"
    ],
    "release_date": "2005-02-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}