Information about plays

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

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

{
    "id": 1273408,
    "uri": "https://api.kexp.org/v2/plays/1273408/?format=api",
    "airdate": "2007-08-30T23:59:48-07:00",
    "show": 22289,
    "show_uri": "https://api.kexp.org/v2/shows/22289/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/51GuP7obSML.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/51GuP7obSML._SL75_.jpg",
    "song": "Christobel",
    "track_id": "46dd09bf-2082-4107-8e7b-0368f94973f5",
    "recording_id": null,
    "artist": "Joan as Police Woman",
    "artist_ids": [
        "62773859-b9b9-4108-b814-cfd91459d716"
    ],
    "album": "Real Life",
    "release_id": "80be9dcd-cb4e-40f3-aad6-11104a3aefd7",
    "release_group_id": null,
    "labels": [
        "Cheap Lullaby Records"
    ],
    "label_ids": [
        "fbdf30dd-c5e8-47fb-8c97-64b1d0d325ea"
    ],
    "release_date": "2006-06-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}