Information about plays

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

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

{
    "id": 1295781,
    "uri": "https://api.kexp.org/v2/plays/1295781/?format=api",
    "airdate": "2007-10-27T10:23:00-07:00",
    "show": 22666,
    "show_uri": "https://api.kexp.org/v2/shows/22666/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41QAM1WJADL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41QAM1WJADL._SL75_.jpg",
    "song": "Sun Is Shining",
    "track_id": null,
    "recording_id": null,
    "artist": "Prince Alla",
    "artist_ids": [
        "e2b60aeb-ee20-410a-82f9-e6d273af0e45"
    ],
    "album": "Only Love Can Conquer",
    "release_id": "6f82f04a-8c23-4e86-bcce-324252d00fc2",
    "release_group_id": null,
    "labels": [
        "Blood and Fire"
    ],
    "label_ids": [
        "5af2af12-a696-4bb7-b37e-852ae21a5303"
    ],
    "release_date": "1996-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}